Class: Aws::Pinpoint::Types::InAppCampaignSchedule

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateString

The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
# File 'lib/aws-sdk-pinpoint/types.rb', line 7830

class InAppCampaignSchedule < Struct.new(
  :end_date,
  :event_filter,
  :quiet_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_filterTypes::CampaignEventFilter

The event filter the SDK has to use to show the in-app message in the application.



7830
7831
7832
7833
7834
7835
7836
# File 'lib/aws-sdk-pinpoint/types.rb', line 7830

class InAppCampaignSchedule < Struct.new(
  :end_date,
  :event_filter,
  :quiet_time)
  SENSITIVE = []
  include Aws::Structure
end

#quiet_timeTypes::QuietTime

Time during which the in-app message should not be shown to the user.

Returns:



7830
7831
7832
7833
7834
7835
7836
# File 'lib/aws-sdk-pinpoint/types.rb', line 7830

class InAppCampaignSchedule < Struct.new(
  :end_date,
  :event_filter,
  :quiet_time)
  SENSITIVE = []
  include Aws::Structure
end