Class: Aws::EMRServerless::Types::ListJobRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ListJobRunsResponse
- Defined in:
- gems/aws-sdk-emrserverless/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.
1277 1278 1279 1280 1281 1282 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1277 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.
1277 1278 1279 1280 1281 1282 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1277 class ListJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |