Class: Aws::Types::CancelJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
510 511 512 |
# File 'sig/types.rbs', line 510 def description @description end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def job_id @job_id end |