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.
3157 3158 3159 3160 3161 3162 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3157 class DescribeJobQueuesResponse < Struct.new( :job_queues, :next_token) SENSITIVE = [] include Aws::Structure end |