Class: Aws::Types::ListJobRunAttemptsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunAttemptsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
387 388 389 |
# File 'sig/types.rbs', line 387 def application_id @application_id end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
388 389 390 |
# File 'sig/types.rbs', line 388 def job_run_id @job_run_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
390 391 392 |
# File 'sig/types.rbs', line 390 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
389 390 391 |
# File 'sig/types.rbs', line 389 def next_token @next_token end |