Class: TerraformDSL::AWS::AZ
- Defined in:
- lib/terraformdsl/aws.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(name) ⇒ AZ
constructor
A new instance of AZ.
Methods inherited from Resource
Constructor Details
#initialize(name) ⇒ AZ
Returns a new instance of AZ.
105 106 107 |
# File 'lib/terraformdsl/aws.rb', line 105 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
108 109 110 |
# File 'lib/terraformdsl/aws.rb', line 108 def name @name end |