Class: Aws::Batch::Types::ListServiceJobsResponse

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::ServiceJobSummary>

A list of service job summaries.

Returns:



7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7234

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

#next_tokenString

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


7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7234

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