Method: Aws::Rails::ActionMailbox::SnsNotification#topic

Defined in:
lib/aws/rails/action_mailbox/sns_notification.rb

#topicObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



26
27
28
# File 'lib/aws/rails/action_mailbox/sns_notification.rb', line 26

def topic
  notification.fetch(:TopicArn)
end