Class: Aws::Types::ListJobRunAttemptsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunAttemptsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_run_attempts ⇒ ::Array[Types::JobRunAttemptSummary]
Returns the value of attribute job_run_attempts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_run_attempts ⇒ ::Array[Types::JobRunAttemptSummary]
Returns the value of attribute job_run_attempts.
395 396 397 |
# File 'sig/types.rbs', line 395 def job_run_attempts @job_run_attempts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
396 397 398 |
# File 'sig/types.rbs', line 396 def next_token @next_token end |