Class: Humidifier::ServiceCatalog::CloudFormationProduct

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::ServiceCatalog::CloudFormationProduct resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_languageObject

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

#descriptionObject

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

#distributorObject

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

#nameObject

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

#ownerObject

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_parametersObject

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_artifactsObject

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_descriptionObject

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_emailObject

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_urlObject

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

#tagsObject

returns the Tags property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def tags=(value)
  update_property('tags', value)
end