Class: CloudFormer::CloudFormation::ConfigSetCommand

Inherits:
MetadataResource show all
Defined in:
lib/cloud_former/metadata_resources/cloud_formation/config_set_command.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

#initializeConfigSetCommand

Returns a new instance of ConfigSetCommand.



14
15
16
17
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_command.rb', line 14

def initialize
  super
  @aws_type = 'AWS::CloudFormation::ConfigSetCommand'
end

Instance Method Details

#name(val = nil) ⇒ Object



19
20
21
22
23
24
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_command.rb', line 19

def name(val=nil)
  if val
    @name = val
  end
  @name
end