Class: Aws::Types::BatchStopResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchFailedResultModel]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchFailedResultModel]
Returns the value of attribute failed.
336 337 338 |
# File 'sig/types.rbs', line 336 def failed @failed end |
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
337 338 339 |
# File 'sig/types.rbs', line 337 def successful @successful end |