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.
6920 6921 6922 6923 6924 6925 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6920 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.
6920 6921 6922 6923 6924 6925 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6920 class ListConsumableResourcesResponse < Struct.new( :consumable_resources, :next_token) SENSITIVE = [] include Aws::Structure end |