Class: Humidifier::ServiceCatalog::CloudFormationProduct
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ServiceCatalog::CloudFormationProduct resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#accept_language ⇒ Object
returns the AcceptLanguage property.
-
#accept_language=(value) ⇒ Object
sets the AcceptLanguage property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#distributor ⇒ Object
returns the Distributor property.
-
#distributor=(value) ⇒ Object
sets the Distributor property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#owner ⇒ Object
returns the Owner property.
-
#owner=(value) ⇒ Object
sets the Owner property (String).
-
#provisioning_artifact_parameters ⇒ Object
returns the ProvisioningArtifactParameters property.
-
#provisioning_artifact_parameters=(value) ⇒ Object
sets the ProvisioningArtifactParameters property (List).
-
#replace_provisioning_artifacts ⇒ Object
returns the ReplaceProvisioningArtifacts property.
-
#replace_provisioning_artifacts=(value) ⇒ Object
sets the ReplaceProvisioningArtifacts property (Boolean).
-
#support_description ⇒ Object
returns the SupportDescription property.
-
#support_description=(value) ⇒ Object
sets the SupportDescription property (String).
-
#support_email ⇒ Object
returns the SupportEmail property.
-
#support_email=(value) ⇒ Object
sets the SupportEmail property (String).
-
#support_url ⇒ Object
returns the SupportUrl property.
-
#support_url=(value) ⇒ Object
sets the SupportUrl property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#accept_language ⇒ Object
returns the AcceptLanguage property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def accept_language properties['accept_language'] end |
#accept_language=(value) ⇒ Object
sets the AcceptLanguage property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def accept_language=(value) update_property('accept_language', value) end |
#description ⇒ Object
returns the Description property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def description=(value) update_property('description', value) end |
#distributor ⇒ Object
returns the Distributor property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def distributor properties['distributor'] end |
#distributor=(value) ⇒ Object
sets the Distributor property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def distributor=(value) update_property('distributor', value) end |
#name ⇒ Object
returns the Name property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def name=(value) update_property('name', value) end |
#owner ⇒ Object
returns the Owner property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def owner properties['owner'] end |
#owner=(value) ⇒ Object
sets the Owner property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def owner=(value) update_property('owner', value) end |
#provisioning_artifact_parameters ⇒ Object
returns the ProvisioningArtifactParameters property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def provisioning_artifact_parameters properties['provisioning_artifact_parameters'] end |
#provisioning_artifact_parameters=(value) ⇒ Object
sets the ProvisioningArtifactParameters property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def provisioning_artifact_parameters=(value) update_property('provisioning_artifact_parameters', value) end |
#replace_provisioning_artifacts ⇒ Object
returns the ReplaceProvisioningArtifacts property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def replace_provisioning_artifacts properties['replace_provisioning_artifacts'] end |
#replace_provisioning_artifacts=(value) ⇒ Object
sets the ReplaceProvisioningArtifacts property (Boolean)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def replace_provisioning_artifacts=(value) update_property('replace_provisioning_artifacts', value) end |
#support_description ⇒ Object
returns the SupportDescription property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def support_description properties['support_description'] end |
#support_description=(value) ⇒ Object
sets the SupportDescription property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def support_description=(value) update_property('support_description', value) end |
#support_email ⇒ Object
returns the SupportEmail property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def support_email properties['support_email'] end |
#support_email=(value) ⇒ Object
sets the SupportEmail property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def support_email=(value) update_property('support_email', value) end |
#support_url ⇒ Object
returns the SupportUrl property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def support_url properties['support_url'] end |
#support_url=(value) ⇒ Object
sets the SupportUrl property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def support_url=(value) update_property('support_url', value) end |
#tags ⇒ Object
returns the Tags property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def (value) update_property('tags', value) end |