class AWS::SQS::Queue::SentMessage
Represents a message sent using {Queue#send_message}.
Attributes
id[RW]
@return [String] Returns the message ID.
md5[RW]
@return [String] Returns an MD5 digest of the message body
string. You can use this to verify that SQS received your message correctly.
message_id[RW]
@return [String] Returns the message ID.
request_id[RW]
@return [String] Returns the request ID.