Class AWS::SQS::Queue::SentMessage
In: lib/aws/sqs/queue.rb
Parent: Object

Represents a message sent using {Queue#send_message}.

External Aliases

message_id -> id

Attributes

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.

[Validate]