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.
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_token ⇒ String
This output displays the token for the next set of job runs.
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 |