Class: Aws::Types::TerminateJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateJobsRequest
- 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.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def jobs @jobs end |
#reason ⇒ ::String
Returns the value of attribute reason.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def reason @reason end |