Method: CloudFormer::CloudFormation::ConfigSetCommand#initialize
- Defined in:
- lib/cloud_former/metadata_resources/cloud_formation/config_set_command.rb
#initialize ⇒ ConfigSetCommand
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 |