Class: Aws::Types::TerminateServiceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateServiceJobRequest
- 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.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def job_id @job_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def reason @reason end |