Class: Humidifier::ServiceCatalog::CloudFormationProvisionedProduct
- Inherits:
-
Resource
- Object
- Resource
- Humidifier::ServiceCatalog::CloudFormationProvisionedProduct
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ServiceCatalog::CloudFormationProvisionedProduct 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).
-
#notification_arns ⇒ Object
returns the NotificationArns property.
-
#notification_arns=(value) ⇒ Object
sets the NotificationArns property (List).
-
#path_id ⇒ Object
returns the PathId property.
-
#path_id=(value) ⇒ Object
sets the PathId property (String).
-
#path_name ⇒ Object
returns the PathName property.
-
#path_name=(value) ⇒ Object
sets the PathName property (String).
-
#product_id ⇒ Object
returns the ProductId property.
-
#product_id=(value) ⇒ Object
sets the ProductId property (String).
-
#product_name ⇒ Object
returns the ProductName property.
-
#product_name=(value) ⇒ Object
sets the ProductName property (String).
-
#provisioned_product_name ⇒ Object
returns the ProvisionedProductName property.
-
#provisioned_product_name=(value) ⇒ Object
sets the ProvisionedProductName property (String).
-
#provisioning_artifact_id ⇒ Object
returns the ProvisioningArtifactId property.
-
#provisioning_artifact_id=(value) ⇒ Object
sets the ProvisioningArtifactId property (String).
-
#provisioning_artifact_name ⇒ Object
returns the ProvisioningArtifactName property.
-
#provisioning_artifact_name=(value) ⇒ Object
sets the ProvisioningArtifactName property (String).
-
#provisioning_parameters ⇒ Object
returns the ProvisioningParameters property.
-
#provisioning_parameters=(value) ⇒ Object
sets the ProvisioningParameters property (List).
-
#provisioning_preferences ⇒ Object
returns the ProvisioningPreferences property.
-
#provisioning_preferences=(value) ⇒ Object
sets the ProvisioningPreferences property (Structure).
-
#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 |
#notification_arns ⇒ Object
returns the NotificationArns property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def notification_arns properties['notification_arns'] end |
#notification_arns=(value) ⇒ Object
sets the NotificationArns property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def notification_arns=(value) update_property('notification_arns', value) end |
#path_id ⇒ Object
returns the PathId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def path_id properties['path_id'] end |
#path_id=(value) ⇒ Object
sets the PathId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def path_id=(value) update_property('path_id', value) end |
#path_name ⇒ Object
returns the PathName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def path_name properties['path_name'] end |
#path_name=(value) ⇒ Object
sets the PathName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def path_name=(value) update_property('path_name', value) end |
#product_id ⇒ Object
returns the ProductId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def product_id properties['product_id'] end |
#product_id=(value) ⇒ Object
sets the ProductId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def product_id=(value) update_property('product_id', value) end |
#product_name ⇒ Object
returns the ProductName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def product_name properties['product_name'] end |
#product_name=(value) ⇒ Object
sets the ProductName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def product_name=(value) update_property('product_name', value) end |
#provisioned_product_name ⇒ Object
returns the ProvisionedProductName property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def provisioned_product_name properties['provisioned_product_name'] end |
#provisioned_product_name=(value) ⇒ Object
sets the ProvisionedProductName property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def provisioned_product_name=(value) update_property('provisioned_product_name', value) end |
#provisioning_artifact_id ⇒ Object
returns the ProvisioningArtifactId property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def provisioning_artifact_id properties['provisioning_artifact_id'] end |
#provisioning_artifact_id=(value) ⇒ Object
sets the ProvisioningArtifactId property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def provisioning_artifact_id=(value) update_property('provisioning_artifact_id', value) end |
#provisioning_artifact_name ⇒ Object
returns the ProvisioningArtifactName property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def provisioning_artifact_name properties['provisioning_artifact_name'] end |
#provisioning_artifact_name=(value) ⇒ Object
sets the ProvisioningArtifactName property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def provisioning_artifact_name=(value) update_property('provisioning_artifact_name', value) end |
#provisioning_parameters ⇒ Object
returns the ProvisioningParameters property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def provisioning_parameters properties['provisioning_parameters'] end |
#provisioning_parameters=(value) ⇒ Object
sets the ProvisioningParameters property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def provisioning_parameters=(value) update_property('provisioning_parameters', value) end |
#provisioning_preferences ⇒ Object
returns the ProvisioningPreferences property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def provisioning_preferences properties['provisioning_preferences'] end |
#provisioning_preferences=(value) ⇒ Object
sets the ProvisioningPreferences property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def provisioning_preferences=(value) update_property('provisioning_preferences', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |