Class: Aws::Batch::Types::DescribeJobQueuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeJobQueuesResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_queues ⇒ Array<Types::JobQueueDetail>
The list of job queues.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureDescribeJobQueuesrequest.
Instance Attribute Details
#job_queues ⇒ Array<Types::JobQueueDetail>
The list of job queues.
3431 3432 3433 3434 3435 3436 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3431 class DescribeJobQueuesResponse < Struct.new( :job_queues, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
3431 3432 3433 3434 3435 3436 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3431 class DescribeJobQueuesResponse < Struct.new( :job_queues, :next_token) SENSITIVE = [] include Aws::Structure end |