Class: Aws::Batch::Types::ListConsumableResourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resourcesArray<Types::ConsumableResourceSummary>

A list of consumable resources that match the request.



6262
6263
6264
6265
6266
6267
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6262

class ListConsumableResourcesResponse < Struct.new(
  :consumable_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


6262
6263
6264
6265
6266
6267
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6262

class ListConsumableResourcesResponse < Struct.new(
  :consumable_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end