Class: Aws::Types::MessageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::MessageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#message_processing_status ⇒ "PROCESSING", ...
Returns the value of attribute message_processing_status.
-
#receipts ⇒ ::Array[Types::Receipt]
Returns the value of attribute receipts.
Instance Attribute Details
#message_id ⇒ ::String
Returns the value of attribute message_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def end |
#message_processing_status ⇒ "PROCESSING", ...
Returns the value of attribute message_processing_status.
172 173 174 |
# File 'sig/types.rbs', line 172 def end |
#receipts ⇒ ::Array[Types::Receipt]
Returns the value of attribute receipts.
171 172 173 |
# File 'sig/types.rbs', line 171 def receipts @receipts end |