Class: Aws::Types::ApplicationSettingsResource
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSettingsResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#campaign_hook ⇒ Types::CampaignHook
Returns the value of attribute campaign_hook.
-
#journey_limits ⇒ Types::ApplicationSettingsJourneyLimits
Returns the value of attribute journey_limits.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
-
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def application_id @application_id end |
#campaign_hook ⇒ Types::CampaignHook
Returns the value of attribute campaign_hook.
287 288 289 |
# File 'sig/types.rbs', line 287 def campaign_hook @campaign_hook end |
#journey_limits ⇒ Types::ApplicationSettingsJourneyLimits
Returns the value of attribute journey_limits.
291 292 293 |
# File 'sig/types.rbs', line 291 def journey_limits @journey_limits end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
288 289 290 |
# File 'sig/types.rbs', line 288 def last_modified_date @last_modified_date end |
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
289 290 291 |
# File 'sig/types.rbs', line 289 def limits @limits end |
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
290 291 292 |
# File 'sig/types.rbs', line 290 def quiet_time @quiet_time end |