Amazon::SQS::Simple::Message - OO API for representing messages from the Amazon Simple Queue Service.
Contents
Introduction
Don't instantiate this class directly. Objects of this class are returned by various methods in
"Amazon::SQS::Simple::Queue". See Amazon::SQS::Simple::Queue for more details.
Methods
MessageBody()
Get the message body.
MessageId()
Get the message unique identifier
MD5OfBody()
Get the MD5 checksum of the message body
ReceiptHandle()
Get the receipt handle for the message (used as an argument to DeleteMessage)
Name
Amazon::SQS::Simple::Message - OO API for representing messages from the Amazon Simple Queue Service.
