Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn"), ::String]
Returns the value of attribute attributes.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#md5_of_body ⇒ ::String
Returns the value of attribute md5_of_body.
-
#md5_of_message_attributes ⇒ ::String
Returns the value of attribute md5_of_message_attributes.
-
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
Instance Attribute Details
#attributes ⇒ ::Hash[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn"), ::String]
Returns the value of attribute attributes.
284 285 286 |
# File 'sig/types.rbs', line 284 def attributes @attributes end |
#body ⇒ ::String
Returns the value of attribute body.
283 284 285 |
# File 'sig/types.rbs', line 283 def body @body end |
#md5_of_body ⇒ ::String
Returns the value of attribute md5_of_body.
282 283 284 |
# File 'sig/types.rbs', line 282 def md5_of_body @md5_of_body end |
#md5_of_message_attributes ⇒ ::String
Returns the value of attribute md5_of_message_attributes.
285 286 287 |
# File 'sig/types.rbs', line 285 def @md5_of_message_attributes end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
286 287 288 |
# File 'sig/types.rbs', line 286 def @message_attributes end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def @message_id end |
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
281 282 283 |
# File 'sig/types.rbs', line 281 def receipt_handle @receipt_handle end |