Class: Aws::Types::CancelJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellation_status ⇒ "CANCELLING", "CANCELLED"
Returns the value of attribute cancellation_status.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
Instance Attribute Details
#cancellation_status ⇒ "CANCELLING", "CANCELLED"
Returns the value of attribute cancellation_status.
42 43 44 |
# File 'sig/types.rbs', line 42 def cancellation_status @cancellation_status end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def job_arn @job_arn end |