Class: CloudFormer::CloudFormation::ConfigSetUser

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

#initializeConfigSetUser

Returns a new instance of ConfigSetUser.



11
12
13
14
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_user.rb', line 11

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

Instance Method Details

#name(val = nil) ⇒ Object



16
17
18
19
20
21
# File 'lib/cloud_former/metadata_resources/cloud_formation/config_set_user.rb', line 16

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