Class: Aws::Pinpoint::Types::ApplicationSettingsResource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Application settings.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique ID for the application.

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-pinpoint/types.rb', line 1152

class ApplicationSettingsResource < Struct.new(
  :application_id,
  :campaign_hook,
  :last_modified_date,
  :limits,
  :quiet_time)
  include Aws::Structure
end

#campaign_hookTypes::CampaignHook

Default campaign hook.

Returns:



1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-pinpoint/types.rb', line 1152

class ApplicationSettingsResource < Struct.new(
  :application_id,
  :campaign_hook,
  :last_modified_date,
  :limits,
  :quiet_time)
  include Aws::Structure
end

#last_modified_dateString

The date that the settings were last updated in ISO 8601 format.

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-pinpoint/types.rb', line 1152

class ApplicationSettingsResource < Struct.new(
  :application_id,
  :campaign_hook,
  :last_modified_date,
  :limits,
  :quiet_time)
  include Aws::Structure
end

#limitsTypes::CampaignLimits

The default campaign limits for the app. These limits apply to each campaign for the app, unless the campaign overrides the default with limits of its own.



1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-pinpoint/types.rb', line 1152

class ApplicationSettingsResource < Struct.new(
  :application_id,
  :campaign_hook,
  :last_modified_date,
  :limits,
  :quiet_time)
  include Aws::Structure
end

#quiet_timeTypes::QuietTime

The default quiet time for the app. Campaigns in the app don’t send messages to endpoints during the quiet time. Note: Make sure that your endpoints include the Demographics.Timezone attribute if you plan to enable a quiet time for your app. If your endpoints don’t include this attribute, they’ll receive the messages that you send them, even if quiet time is enabled. When you set up an app to use quiet time, campaigns in that app don’t send messages during the time range you specified, as long as all of the following are true:

  • The endpoint includes a valid Demographic.Timezone attribute. -

The current time in the endpoint’s time zone is later than or equal to the time specified in the QuietTime.Start attribute for the app (or campaign, if applicable). - The current time in the endpoint’s time zone is earlier than or equal to the time specified in the QuietTime.End attribute for the app (or campaign, if applicable). Individual campaigns within the app can have their own quiet time settings, which override the quiet time settings at the app level.

Returns:



1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-pinpoint/types.rb', line 1152

class ApplicationSettingsResource < Struct.new(
  :application_id,
  :campaign_hook,
  :last_modified_date,
  :limits,
  :quiet_time)
  include Aws::Structure
end