Class: Aws::Batch::Types::ListConsumableResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ListConsumableResourcesResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumable_resources ⇒ Array<Types::ConsumableResourceSummary>
A list of consumable resources that match the request.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListConsumableResourcesrequest.
Instance Attribute Details
#consumable_resources ⇒ Array<Types::ConsumableResourceSummary>
A list of consumable resources that match the request.
7269 7270 7271 7272 7273 7274 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7269 class ListConsumableResourcesResponse < Struct.new( :consumable_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken value to include in a future
ListConsumableResources request. When the results of a
ListConsumableResources 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.
7269 7270 7271 7272 7273 7274 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7269 class ListConsumableResourcesResponse < Struct.new( :consumable_resources, :next_token) SENSITIVE = [] include Aws::Structure end |