ISQSSendMessageBatchResultEntry
Interface in AWS.SQS
Batch entry interface for a SendMessageBatch result.
Properties
Id
property Id: string
An identifier for the message within the batch.
MD5OfMessageAttributes
property MD5OfMessageAttributes: string
MD5 digest of message attributes.
MD5OfMessageBody
property MD5OfMessageBody: string
MD5 digest of MessageBody.
MD5OfMessageSystemAttributes
property MD5OfMessageSystemAttributes: string
MD5 digest of message system attributes.
MessageId
property MessageId: string
A unique identifier for the message sent.
SequenceNumber
property SequenceNumber: string
A large, non-consecutive number assigned to the message sent.
Onlt applies to FIFO queues. The length of SequenceNumber is 128 bits. The number continues to increase for each message in a particular MessageGroupId.