class AWS::SQS::ReceivedSNSMessage
def initialize body, options = {}
-
options(Hash) -- -
body(String) -- The SQS message body
def initialize body, options = {} @body = body super end
options
(Hash)
--
body
(String)
-- The SQS message body
def initialize body, options = {} @body = body super end