Class: Humidifier::CustomerProfiles::ObjectType
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::CustomerProfiles::ObjectType resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#allow_profile_creation ⇒ Object
returns the AllowProfileCreation property.
-
#allow_profile_creation=(value) ⇒ Object
sets the AllowProfileCreation property (Boolean).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#domain_name ⇒ Object
returns the DomainName property.
-
#domain_name=(value) ⇒ Object
sets the DomainName property (String).
-
#encryption_key ⇒ Object
returns the EncryptionKey property.
-
#encryption_key=(value) ⇒ Object
sets the EncryptionKey property (String).
-
#expiration_days ⇒ Object
returns the ExpirationDays property.
-
#expiration_days=(value) ⇒ Object
sets the ExpirationDays property (Integer).
-
#fields ⇒ Object
returns the Fields property.
-
#fields=(value) ⇒ Object
sets the Fields property (List).
-
#keys ⇒ Object
returns the Keys property.
-
#keys=(value) ⇒ Object
sets the Keys property (List).
-
#object_type_name ⇒ Object
returns the ObjectTypeName property.
-
#object_type_name=(value) ⇒ Object
sets the ObjectTypeName property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#template_id ⇒ Object
returns the TemplateId property.
-
#template_id=(value) ⇒ Object
sets the TemplateId 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
#allow_profile_creation ⇒ Object
returns the AllowProfileCreation property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def allow_profile_creation properties['allow_profile_creation'] end |
#allow_profile_creation=(value) ⇒ Object
sets the AllowProfileCreation property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def allow_profile_creation=(value) update_property('allow_profile_creation', 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 |
#domain_name ⇒ Object
returns the DomainName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def domain_name properties['domain_name'] end |
#domain_name=(value) ⇒ Object
sets the DomainName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def domain_name=(value) update_property('domain_name', value) end |
#encryption_key ⇒ Object
returns the EncryptionKey property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def encryption_key properties['encryption_key'] end |
#encryption_key=(value) ⇒ Object
sets the EncryptionKey property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def encryption_key=(value) update_property('encryption_key', value) end |
#expiration_days ⇒ Object
returns the ExpirationDays property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def expiration_days properties['expiration_days'] end |
#expiration_days=(value) ⇒ Object
sets the ExpirationDays property (Integer)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def expiration_days=(value) update_property('expiration_days', value) end |
#fields ⇒ Object
returns the Fields property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def fields properties['fields'] end |
#fields=(value) ⇒ Object
sets the Fields property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def fields=(value) update_property('fields', value) end |
#keys ⇒ Object
returns the Keys property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def keys properties['keys'] end |
#keys=(value) ⇒ Object
sets the Keys property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def keys=(value) update_property('keys', value) end |
#object_type_name ⇒ Object
returns the ObjectTypeName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def object_type_name properties['object_type_name'] end |
#object_type_name=(value) ⇒ Object
sets the ObjectTypeName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def object_type_name=(value) update_property('object_type_name', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |
#template_id ⇒ Object
returns the TemplateId property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def template_id properties['template_id'] end |
#template_id=(value) ⇒ Object
sets the TemplateId property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def template_id=(value) update_property('template_id', value) end |