Class: Aws::Types::CancelJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelJobsRequest
- 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.
84 85 86 |
# File 'sig/types.rbs', line 84 def jobs @jobs end |
#reason ⇒ ::String
Returns the value of attribute reason.
85 86 87 |
# File 'sig/types.rbs', line 85 def reason @reason end |