Class: Aws::EMRServerless::Types::ListJobRunAttemptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ListJobRunAttemptsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_run_attempts ⇒ Array<Types::JobRunAttemptSummary>
The array of the listed job run attempt objects.
-
#next_token ⇒ String
The output displays the token for the next set of application results.
Instance Attribute Details
#job_run_attempts ⇒ Array<Types::JobRunAttemptSummary>
The array of the listed job run attempt objects.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1208 class ListJobRunAttemptsResponse < Struct.new( :job_run_attempts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1208 class ListJobRunAttemptsResponse < Struct.new( :job_run_attempts, :next_token) SENSITIVE = [] include Aws::Structure end |