Class: DispatchRider::Registrars::SnsChannel
- Defined in:
- lib/dispatch-rider/registrars/sns_channel.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#fetch, #initialize, #register, #unregister
Constructor Details
This class inherits a constructor from DispatchRider::Registrars::Base
Instance Method Details
#value(_name, options = {}) ⇒ Object
7 8 9 |
# File 'lib/dispatch-rider/registrars/sns_channel.rb', line 7 def value(_name, = {}) "arn:aws:sns:#{options[:region]}:#{options[:account]}:#{options[:topic]}" end |