Class: Aws::Pinpoint::Types::ApplicationSettingsResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ApplicationSettingsResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Application settings.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique ID for the application.
-
#last_modified_date ⇒ String
The date that the settings were last updated in ISO 8601 format.
-
#limits ⇒ Types::CampaignLimits
The default campaign limits for the app.
-
#quiet_time ⇒ Types::QuietTime
The default quiet time for the app.
Instance Attribute Details
#application_id ⇒ String
The unique ID for the application.
467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 467 class ApplicationSettingsResource < Struct.new( :application_id, :last_modified_date, :limits, :quiet_time) include Aws::Structure end |
#last_modified_date ⇒ String
The date that the settings were last updated in ISO 8601 format.
467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 467 class ApplicationSettingsResource < Struct.new( :application_id, :last_modified_date, :limits, :quiet_time) include Aws::Structure end |
#limits ⇒ Types::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.
467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 467 class ApplicationSettingsResource < Struct.new( :application_id, :last_modified_date, :limits, :quiet_time) include Aws::Structure end |
#quiet_time ⇒ Types::QuietTime
The default quiet time for the app. Each campaign for this app sends no messages during this time unless the campaign overrides the default with a quiet time of its own.
467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 467 class ApplicationSettingsResource < Struct.new( :application_id, :last_modified_date, :limits, :quiet_time) include Aws::Structure end |