Hierarchy

  • MessageItem

Properties

attributes?: Record<string, string>

Values for the requested message attributes. See the request documentation for more information about message attributes.

body?: string
md5OfBody?: string

An MD5 digest of the (non-URL-encoded) message body string.

messageId?: string

A unique identifier for the message. A MessageId is considered unique across accounts for an extended period of time.

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 to delete the message.