Class: Aws::Batch::Types::ListJobsByConsumableResourceResponse

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

#jobsArray<Types::ListJobsByConsumableResourceSummary>

The list of jobs that require the specified consumable resources.



6343
6344
6345
6346
6347
6348
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6343

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

#next_tokenString

The nextToken value to include in a future ListJobsByConsumableResource request. When the results of a ListJobsByConsumableResource 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)


6343
6344
6345
6346
6347
6348
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6343

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