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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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)


7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

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.



7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

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:



7854
7855
7856
7857
7858
7859
7860
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7854

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