class AWS::SQS::ReceivedSNSMessage

def topic_arn

Returns:
  • (String) - Returns the ARN for the topic that published this
def topic_arn
  to_h[:topic_arn]
end