paws.compute (version 0.1.0)

batch_describe_jobs: Describes a list of AWS Batch jobs

Description

Describes a list of AWS Batch jobs.

Usage

batch_describe_jobs(jobs)

Arguments

jobs

[required] A space-separated list of up to 100 job IDs.

Request syntax

svc$describe_jobs(
  jobs = list(
    "string"
  )
)

Examples

Run this code
# 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 DataCamp Workspace