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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/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:



1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1110

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)


1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1110

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