Class: CloudFormer::CloudFormation::ConfigSetFile
- Inherits:
-
MetadataResource
- Object
- MetadataResource
- CloudFormer::CloudFormation::ConfigSetFile
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_file.rb
Instance Attribute Summary
Attributes inherited from MetadataResource
Instance Method Summary collapse
-
#initialize ⇒ ConfigSetFile
constructor
A new instance of ConfigSetFile.
- #name(val = nil) ⇒ Object
Methods included from MakesJson
Methods included from HasPropertiesAndAttributes
included, #nested_resources, #resource_tree
Constructor Details
#initialize ⇒ ConfigSetFile
Returns a new instance of ConfigSetFile.
16 17 18 19 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_file.rb', line 16 def initialize super @aws_type = 'AWS::CloudFormation::ConfigSetFile' end |
Instance Method Details
#name(val = nil) ⇒ Object
21 22 23 24 25 26 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_file.rb', line 21 def name(val=nil) if val @name = val end @name end |