powered by
Describes a list of AWS Batch jobs.
batch_describe_jobs(jobs)
[required] A space-separated list of up to 100 job IDs.
svc$describe_jobs( jobs = list( "string" ) )
# NOT RUN { # This example describes a job with the specified job ID. # } # NOT RUN { svc$describe_jobs( jobs = list( "24fa2d7a-64c4-49d2-8b47-f8da4fbde8e9" ) ) # } # NOT RUN { # }
Run the code above in your browser using DataLab