Class: Aws::EMRContainers::Types::ListJobRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListJobRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_runs ⇒ Array<Types::JobRun>
This output lists information about the specified job runs.
-
#next_token ⇒ String
This output displays the token for the next set of job runs.
Instance Attribute Details
#job_runs ⇒ Array<Types::JobRun>
This output lists information about the specified job runs.
1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1284 class ListJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
This output displays the token for the next set of job runs.
1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1284 class ListJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |