Class: Aws::EMRContainers::Types::ListJobRunsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runsArray<Types::JobRun>

This output lists information about the specified job runs.

Returns:



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

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

#next_tokenString

This output displays the token for the next set of job runs.

Returns:

  • (String)


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

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