Class: CloudFormer::AccountIdParameter

Inherits:
PseudoParameter show all
Defined in:
lib/cloud_former/pseudo_parameters/account_id_parameter.rb

Instance Method Summary collapse

Methods inherited from PseudoParameter

#get_name

Constructor Details

#initializeAccountIdParameter

Returns a new instance of AccountIdParameter.



3
4
5
# File 'lib/cloud_former/pseudo_parameters/account_id_parameter.rb', line 3

def initialize
  @name = 'AWS::AccountId'
end