Class: Aws::Types::BatchDeleteResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteResponse
- 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.
260 261 262 |
# File 'sig/types.rbs', line 260 def failed @failed end |
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
261 262 263 |
# File 'sig/types.rbs', line 261 def successful @successful end |