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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1271
1272
1273
1274
1275
1276
# File 'lib/aws-sdk-emrserverless/types.rb', line 1271

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)


1271
1272
1273
1274
1275
1276
# File 'lib/aws-sdk-emrserverless/types.rb', line 1271

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