Class: Aws::EMRServerless::Types::ListJobRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ListJobRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_runs ⇒ Array<Types::JobRunSummary>
The output lists information about the specified job runs.
-
#next_token ⇒ String
The output displays the token for the next set of job run results.
Instance Attribute Details
#job_runs ⇒ Array<Types::JobRunSummary>
The output lists information about the specified job runs.
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_token ⇒ String
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.
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 |