Class: Aws::EMRServerless::Types::ListJobRunsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runsArray<Types::JobRunSummary>

The output lists information about the specified job runs.

Returns:



1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1015

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

#next_tokenString

The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1015

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