Class: Aws::Types::TerminateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def job_id @job_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def reason @reason end |