Class: Humidifier::Pinpoint::ApplicationSettings
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Pinpoint::ApplicationSettings 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).
-
#campaign_hook ⇒ Object
returns the CampaignHook property.
-
#campaign_hook=(value) ⇒ Object
sets the CampaignHook property (Structure).
-
#cloud_watch_metrics_enabled ⇒ Object
returns the CloudWatchMetricsEnabled property.
-
#cloud_watch_metrics_enabled=(value) ⇒ Object
sets the CloudWatchMetricsEnabled property (Boolean).
-
#limits ⇒ Object
returns the Limits property.
-
#limits=(value) ⇒ Object
sets the Limits property (Structure).
-
#quiet_time ⇒ Object
returns the QuietTime property.
-
#quiet_time=(value) ⇒ Object
sets the QuietTime property (Structure).
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 |
#campaign_hook ⇒ Object
returns the CampaignHook property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def campaign_hook properties['campaign_hook'] end |
#campaign_hook=(value) ⇒ Object
sets the CampaignHook property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def campaign_hook=(value) update_property('campaign_hook', value) end |
#cloud_watch_metrics_enabled ⇒ Object
returns the CloudWatchMetricsEnabled property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def cloud_watch_metrics_enabled properties['cloud_watch_metrics_enabled'] end |
#cloud_watch_metrics_enabled=(value) ⇒ Object
sets the CloudWatchMetricsEnabled property (Boolean)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def cloud_watch_metrics_enabled=(value) update_property('cloud_watch_metrics_enabled', value) end |
#limits ⇒ Object
returns the Limits property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def limits properties['limits'] end |
#limits=(value) ⇒ Object
sets the Limits property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def limits=(value) update_property('limits', value) end |
#quiet_time ⇒ Object
returns the QuietTime property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def quiet_time properties['quiet_time'] end |
#quiet_time=(value) ⇒ Object
sets the QuietTime property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def quiet_time=(value) update_property('quiet_time', value) end |