Class | AWS::SQS::ReceivedSNSMessage |
In: |
lib/aws/sqs/received_sns_message.rb
|
Parent: | Object |
Represents message published from an {SNS::Topic} to an {SQS::Queue}.
@return [String] Returns the JSON hash (as a string) as was
published by SNS. See {#body} to get the decoded message or {#to_h} to get the decoded JSON hash as a ruby hash.