Class: CloudFormer::CloudFormation::ConfigSetGroup

Inherits:
MetadataResource show all
Defined in:
lib/cloud_former/metadata_resources/cloud_formation/config_set_group.rb

Instance Attribute Summary collapse

Attributes inherited from MetadataResource

#aws_type

Instance Method Summary collapse

Methods included from MakesJson

#dump_json, included

Methods included from HasPropertiesAndAttributes

included, #nested_resources, #resource_tree

Constructor Details

#initializeConfigSetGroup

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

#nameObject

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