Amazon SQS · Schema

Message

An Amazon SQS message

AWSCloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
MessageId string A unique identifier for the message
ReceiptHandle string 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
MD5OfBody string An MD5 digest of the non-URL-encoded message body string
Body string The message's contents (not URL-encoded)
Attribute array A map of the attributes requested in ReceiveMessage to their respective values.
MessageAttribute array Each message attribute consists of a Name, Type, and Value.
View JSON Schema on GitHub