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)


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_dateString

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

Returns:

  • (String)


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

#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.



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_timeTypes::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.

Returns:



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