Class: Humidifier::ImageBuilder::Component
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ImageBuilder::Component resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#change_description ⇒ Object
returns the ChangeDescription property.
-
#change_description=(value) ⇒ Object
sets the ChangeDescription property (String).
-
#data ⇒ Object
returns the Data property.
-
#data=(value) ⇒ Object
sets the Data property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#kms_key_id ⇒ Object
returns the KmsKeyId property.
-
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#platform ⇒ Object
returns the Platform property.
-
#platform=(value) ⇒ Object
sets the Platform property (String).
-
#supported_os_versions ⇒ Object
returns the SupportedOsVersions property.
-
#supported_os_versions=(value) ⇒ Object
sets the SupportedOsVersions property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Map).
-
#uri ⇒ Object
returns the Uri property.
-
#uri=(value) ⇒ Object
sets the Uri property (String).
-
#version ⇒ Object
returns the Version property.
-
#version=(value) ⇒ Object
sets the Version 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
#change_description ⇒ Object
returns the ChangeDescription property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def change_description properties['change_description'] end |
#change_description=(value) ⇒ Object
sets the ChangeDescription property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def change_description=(value) update_property('change_description', value) end |
#data ⇒ Object
returns the Data property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def data properties['data'] end |
#data=(value) ⇒ Object
sets the Data property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def data=(value) update_property('data', value) end |
#description ⇒ Object
returns the Description property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def description=(value) update_property('description', value) end |
#kms_key_id ⇒ Object
returns the KmsKeyId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def kms_key_id properties['kms_key_id'] end |
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def kms_key_id=(value) update_property('kms_key_id', 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 |
#platform ⇒ Object
returns the Platform property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def platform properties['platform'] end |
#platform=(value) ⇒ Object
sets the Platform property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def platform=(value) update_property('platform', value) end |
#supported_os_versions ⇒ Object
returns the SupportedOsVersions property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def supported_os_versions properties['supported_os_versions'] end |
#supported_os_versions=(value) ⇒ Object
sets the SupportedOsVersions property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def supported_os_versions=(value) update_property('supported_os_versions', value) end |
#tags ⇒ Object
returns the Tags property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Map)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def (value) update_property('tags', value) end |
#uri ⇒ Object
returns the Uri property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def uri properties['uri'] end |
#uri=(value) ⇒ Object
sets the Uri property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def uri=(value) update_property('uri', value) end |
#version ⇒ Object
returns the Version property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def version properties['version'] end |
#version=(value) ⇒ Object
sets the Version property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def version=(value) update_property('version', value) end |