Class: Aws::Batch::Types::ListJobsResponse

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

#job_summary_listArray<Types::JobSummary>

A list of job summaries that match the request.

Returns:



5569
5570
5571
5572
5573
5574
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 5569

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

#next_tokenString

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


5569
5570
5571
5572
5573
5574
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 5569

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