batch_describe_job_queues {paws.compute} | R Documentation |
Describes one or more of your job queues
Description
Describes one or more of your job queues.
See https://www.paws-r-sdk.com/docs/batch_describe_job_queues/ for full documentation.
Usage
batch_describe_job_queues(
jobQueues = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
jobQueues |
A list of up to 100 queue names or full queue Amazon Resource Name (ARN) entries. |
maxResults |
The maximum number of results returned by
|
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. |