You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SQS::Types::MessageA map of the attributes requested in ReceiveMessage
to their respective values.
The message\'s contents (not URL-encoded).
An MD5 digest of the non-URL-encoded message body string.
An MD5 digest of the non-URL-encoded message attribute string.
Each message attribute consists of a Name
, Type
, and Value
.
A unique identifier for the message.
An identifier associated with the act of receiving the message.
A map of the attributes requested in ReceiveMessage
to their respective values. Supported attributes:
ApproximateReceiveCount
ApproximateFirstReceiveTimestamp
MessageDeduplicationId
MessageGroupId
SenderId
SentTimestamp
SequenceNumber
ApproximateFirstReceiveTimestamp
and SentTimestamp
are each returned as an integer representing the epoch time in milliseconds.
The message\'s contents (not URL-encoded).
#md5_of_body ⇒ StringAn MD5 digest of the non-URL-encoded message body string.
#md5_of_message_attributes ⇒ StringAn MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
#message_id ⇒ StringA unique identifier for the message. A MessageId
is considered unique across all AWS accounts for an extended period of time.
An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4