Class: CloudFormer::CloudFormation::ConfigSetGroup
- Inherits:
-
MetadataResource
- Object
- MetadataResource
- CloudFormer::CloudFormation::ConfigSetGroup
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_group.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from MetadataResource
Instance Method Summary collapse
-
#initialize ⇒ ConfigSetGroup
constructor
A new instance of ConfigSetGroup.
Methods included from MakesJson
Methods included from HasPropertiesAndAttributes
included, #nested_resources, #resource_tree
Constructor Details
#initialize ⇒ ConfigSetGroup
Returns a new instance of ConfigSetGroup.
11 12 13 14 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_group.rb', line 11 def initialize super @aws_type = 'AWS::CloudFormation::ConfigSetGroup' end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_group.rb', line 7 def name @name end |