Class: Aws::Types::DeleteMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
-
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
Instance Attribute Details
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
114 115 116 |
# File 'sig/types.rbs', line 114 def queue_url @queue_url end |
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
115 116 117 |
# File 'sig/types.rbs', line 115 def receipt_handle @receipt_handle end |