Class: Aws::Pinpoint::Types::CampaignEventFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CampaignEventFilter
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the settings for events that cause a campaign to be sent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Types::EventDimensions
The dimension settings of the event filter for the campaign.
-
#filter_type ⇒ String
The type of event that causes the campaign to be sent.
Instance Attribute Details
#dimensions ⇒ Types::EventDimensions
The dimension settings of the event filter for the campaign.
2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2099 class CampaignEventFilter < Struct.new( :dimensions, :filter_type) SENSITIVE = [] include Aws::Structure end |
#filter_type ⇒ String
The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (
Events resource) occurs.
2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2099 class CampaignEventFilter < Struct.new( :dimensions, :filter_type) SENSITIVE = [] include Aws::Structure end |