Method: AWS::SQS::ReceivedSNSMessage#topic_arn

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

#topic_arnString

Returns the ARN for the topic that published this message.

Returns:

  • (String)

    Returns the ARN for the topic that published this message.



47
48
49
# File 'lib/aws/sqs/received_sns_message.rb', line 47

def topic_arn
  to_h[:topic_arn]
end