Class: Aws::Types::ChangeMessageVisibilityBatchResult
- Inherits:
-
Object
- Object
- Aws::Types::ChangeMessageVisibilityBatchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchResultErrorEntry]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::ChangeMessageVisibilityBatchResultEntry]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchResultErrorEntry]
Returns the value of attribute failed.
62 63 64 |
# File 'sig/types.rbs', line 62 def failed @failed end |
#successful ⇒ ::Array[Types::ChangeMessageVisibilityBatchResultEntry]
Returns the value of attribute successful.
61 62 63 |
# File 'sig/types.rbs', line 61 def successful @successful end |