Class: Humidifier::ImageBuilder::ImageRecipe
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ImageBuilder::ImageRecipe resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#additional_instance_configuration ⇒ Object
returns the AdditionalInstanceConfiguration property.
-
#additional_instance_configuration=(value) ⇒ Object
sets the AdditionalInstanceConfiguration property (Structure).
-
#block_device_mappings ⇒ Object
returns the BlockDeviceMappings property.
-
#block_device_mappings=(value) ⇒ Object
sets the BlockDeviceMappings property (List).
-
#components ⇒ Object
returns the Components property.
-
#components=(value) ⇒ Object
sets the Components property (List).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#parent_image ⇒ Object
returns the ParentImage property.
-
#parent_image=(value) ⇒ Object
sets the ParentImage property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Map).
-
#version ⇒ Object
returns the Version property.
-
#version=(value) ⇒ Object
sets the Version property (String).
-
#working_directory ⇒ Object
returns the WorkingDirectory property.
-
#working_directory=(value) ⇒ Object
sets the WorkingDirectory property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#additional_instance_configuration ⇒ Object
returns the AdditionalInstanceConfiguration property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def additional_instance_configuration properties['additional_instance_configuration'] end |
#additional_instance_configuration=(value) ⇒ Object
sets the AdditionalInstanceConfiguration property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def additional_instance_configuration=(value) update_property('additional_instance_configuration', value) end |
#block_device_mappings ⇒ Object
returns the BlockDeviceMappings property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def block_device_mappings properties['block_device_mappings'] end |
#block_device_mappings=(value) ⇒ Object
sets the BlockDeviceMappings property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def block_device_mappings=(value) update_property('block_device_mappings', value) end |
#components ⇒ Object
returns the Components property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def components properties['components'] end |
#components=(value) ⇒ Object
sets the Components property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def components=(value) update_property('components', value) end |
#description ⇒ Object
returns the Description property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def description=(value) update_property('description', value) end |
#name ⇒ Object
returns the Name property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def name=(value) update_property('name', value) end |
#parent_image ⇒ Object
returns the ParentImage property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def parent_image properties['parent_image'] end |
#parent_image=(value) ⇒ Object
sets the ParentImage property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def parent_image=(value) update_property('parent_image', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Map)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |
#version ⇒ Object
returns the Version property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def version properties['version'] end |
#version=(value) ⇒ Object
sets the Version property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def version=(value) update_property('version', value) end |
#working_directory ⇒ Object
returns the WorkingDirectory property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def working_directory properties['working_directory'] end |
#working_directory=(value) ⇒ Object
sets the WorkingDirectory property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def working_directory=(value) update_property('working_directory', value) end |