Class: Aws::Types::UpdateJobStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#requested_job_status ⇒ "Cancelled", "Ready"
Returns the value of attribute requested_job_status.
-
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def account_id @account_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def job_id @job_id end |
#requested_job_status ⇒ "Cancelled", "Ready"
Returns the value of attribute requested_job_status.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def requested_job_status @requested_job_status end |
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def status_update_reason @status_update_reason end |