Class: CloudFormer::CloudFormation::ConfigSetUser
- Inherits:
-
MetadataResource
- Object
- MetadataResource
- CloudFormer::CloudFormation::ConfigSetUser
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_user.rb
Instance Attribute Summary
Attributes inherited from MetadataResource
Instance Method Summary collapse
-
#initialize ⇒ ConfigSetUser
constructor
A new instance of ConfigSetUser.
- #name(val = nil) ⇒ Object
Methods included from MakesJson
Methods included from HasPropertiesAndAttributes
included, #nested_resources, #resource_tree
Constructor Details
#initialize ⇒ ConfigSetUser
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 |