You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Batch::Types::DescribeJobQueuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeJobQueuesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#job_queues ⇒ Array<Types::JobQueueDetail>
The list of job queues.
-
#next_token ⇒ String
The
nextToken
value to include in a futureDescribeJobQueues
request.
Instance Attribute Details
#job_queues ⇒ Array<Types::JobQueueDetail>
The list of job queues.
#next_token ⇒ String
The nextToken
value to include in a future DescribeJobQueues
request. When the results of a DescribeJobQueues
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null
when there are no more results to return.