Class: Humidifier::Pinpoint::APNSVoipSandboxChannel
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Pinpoint::APNSVoipSandboxChannel resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#application_id ⇒ Object
returns the ApplicationId property.
-
#application_id=(value) ⇒ Object
sets the ApplicationId property (String).
-
#bundle_id ⇒ Object
returns the BundleId property.
-
#bundle_id=(value) ⇒ Object
sets the BundleId property (String).
-
#certificate ⇒ Object
returns the Certificate property.
-
#certificate=(value) ⇒ Object
sets the Certificate property (String).
-
#default_authentication_method ⇒ Object
returns the DefaultAuthenticationMethod property.
-
#default_authentication_method=(value) ⇒ Object
sets the DefaultAuthenticationMethod property (String).
-
#enabled ⇒ Object
returns the Enabled property.
-
#enabled=(value) ⇒ Object
sets the Enabled property (Boolean).
-
#private_key ⇒ Object
returns the PrivateKey property.
-
#private_key=(value) ⇒ Object
sets the PrivateKey property (String).
-
#team_id ⇒ Object
returns the TeamId property.
-
#team_id=(value) ⇒ Object
sets the TeamId property (String).
-
#token_key ⇒ Object
returns the TokenKey property.
-
#token_key=(value) ⇒ Object
sets the TokenKey property (String).
-
#token_key_id ⇒ Object
returns the TokenKeyId property.
-
#token_key_id=(value) ⇒ Object
sets the TokenKeyId 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
#application_id ⇒ Object
returns the ApplicationId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def application_id properties['application_id'] end |
#application_id=(value) ⇒ Object
sets the ApplicationId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def application_id=(value) update_property('application_id', value) end |
#bundle_id ⇒ Object
returns the BundleId property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def bundle_id properties['bundle_id'] end |
#bundle_id=(value) ⇒ Object
sets the BundleId property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def bundle_id=(value) update_property('bundle_id', value) end |
#certificate ⇒ Object
returns the Certificate property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def certificate properties['certificate'] end |
#certificate=(value) ⇒ Object
sets the Certificate property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def certificate=(value) update_property('certificate', value) end |
#default_authentication_method ⇒ Object
returns the DefaultAuthenticationMethod property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def default_authentication_method properties['default_authentication_method'] end |
#default_authentication_method=(value) ⇒ Object
sets the DefaultAuthenticationMethod property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def default_authentication_method=(value) update_property('default_authentication_method', value) end |
#enabled ⇒ Object
returns the Enabled property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def enabled properties['enabled'] end |
#enabled=(value) ⇒ Object
sets the Enabled property (Boolean)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def enabled=(value) update_property('enabled', value) end |
#private_key ⇒ Object
returns the PrivateKey property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def private_key properties['private_key'] end |
#private_key=(value) ⇒ Object
sets the PrivateKey property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def private_key=(value) update_property('private_key', value) end |
#team_id ⇒ Object
returns the TeamId property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def team_id properties['team_id'] end |
#team_id=(value) ⇒ Object
sets the TeamId property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def team_id=(value) update_property('team_id', value) end |
#token_key ⇒ Object
returns the TokenKey property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def token_key properties['token_key'] end |
#token_key=(value) ⇒ Object
sets the TokenKey property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def token_key=(value) update_property('token_key', value) end |
#token_key_id ⇒ Object
returns the TokenKeyId property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def token_key_id properties['token_key_id'] end |
#token_key_id=(value) ⇒ Object
sets the TokenKeyId property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def token_key_id=(value) update_property('token_key_id', value) end |