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}.
@param [String] encoded_body The base64 encoded json string
from a message published by SNS.
@param [Hash] options
@return [String] Returns the Base64 encoded JSON hash 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.