Class: Aws::Types::UpdateJobStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def job_id @job_id end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def status @status end |
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def status_update_reason @status_update_reason end |