Class: Aws::Types::BatchDeleteResultModel
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteResultModel
- 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.
266 267 268 |
# File 'sig/types.rbs', line 266 def failed @failed end |
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
267 268 269 |
# File 'sig/types.rbs', line 267 def successful @successful end |