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.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def job_id @job_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def reason @reason end |