Class: CloudFormer::NotificationARNsParameter
- Inherits:
-
PseudoParameter
- Object
- PseudoParameter
- CloudFormer::NotificationARNsParameter
- Defined in:
- lib/cloud_former/pseudo_parameters/notification_arns_parameter.rb
Instance Method Summary collapse
-
#initialize ⇒ NotificationARNsParameter
constructor
A new instance of NotificationARNsParameter.
Methods inherited from PseudoParameter
Constructor Details
#initialize ⇒ NotificationARNsParameter
Returns a new instance of NotificationARNsParameter.
3 4 5 |
# File 'lib/cloud_former/pseudo_parameters/notification_arns_parameter.rb', line 3 def initialize @name = 'AWS::NotificationARNs' end |