Class: CloudFormer::CloudFormation::ConfigSetFile

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

Instance Attribute Summary

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

#initializeConfigSetFile

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