Method: AWS::SQS::ReceivedSNSMessage#topic

Defined in:
lib/aws/sqs/received_sns_message.rb

#topicSNS::Topic

Returns the topic that published this message.

Returns:

  • (SNS::Topic)

    Returns the topic that published this message.



52
53
54
# File 'lib/aws/sqs/received_sns_message.rb', line 52

def topic
  SNS::Topic.new(topic_arn, :config => config)
end