Class: Aws::Types::CancelJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
259 260 261 |
# File 'sig/types.rbs', line 259 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def job_id @job_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
261 262 263 |
# File 'sig/types.rbs', line 261 def status @status end |