Class: Aws::Types::DeleteMessageBatchRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMessageBatchRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
97 98 99 |
# File 'sig/types.rbs', line 97 def id @id end |
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
98 99 100 |
# File 'sig/types.rbs', line 98 def receipt_handle @receipt_handle end |