Class: Aws::Types::WriteApplicationSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::WriteApplicationSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_hook ⇒ Types::CampaignHook
Returns the value of attribute campaign_hook.
-
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
-
#journey_limits ⇒ Types::ApplicationSettingsJourneyLimits
Returns the value of attribute journey_limits.
-
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
-
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
Instance Attribute Details
#campaign_hook ⇒ Types::CampaignHook
Returns the value of attribute campaign_hook.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def campaign_hook @campaign_hook end |
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
3324 3325 3326 |
# File 'sig/types.rbs', line 3324 def cloud_watch_metrics_enabled @cloud_watch_metrics_enabled end |
#journey_limits ⇒ Types::ApplicationSettingsJourneyLimits
Returns the value of attribute journey_limits.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def journey_limits @journey_limits end |
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
3325 3326 3327 |
# File 'sig/types.rbs', line 3325 def limits @limits end |
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
3326 3327 3328 |
# File 'sig/types.rbs', line 3326 def quiet_time @quiet_time end |