Class: Aws::Types::ListJobExecutionsForJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobExecutionsForJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def next_token @next_token end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def status @status end |