Class: Aws::Types::TerminateServiceJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateServiceJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array[::String]
Returns the value of attribute jobs.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#jobs ⇒ ::Array[::String]
Returns the value of attribute jobs.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def jobs @jobs end |
#reason ⇒ ::String
Returns the value of attribute reason.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def reason @reason end |