View source: R/batch_operations.R
batch_describe_job_definitions | R Documentation |
Describes a list of job definitions. You can specify a status
(such as ACTIVE
) to only return job definitions that match that status.
See https://www.paws-r-sdk.com/docs/batch_describe_job_definitions/ for full documentation.
batch_describe_job_definitions(
jobDefinitions = NULL,
maxResults = NULL,
jobDefinitionName = NULL,
status = NULL,
nextToken = NULL
)
jobDefinitions |
A list of up to 100 job definitions. Each entry in the list can either
be an ARN in the format
|
maxResults |
The maximum number of results returned by
|
jobDefinitionName |
The name of the job definition to describe. |
status |
The status used to filter job definitions. |
nextToken |
The Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.