Class: Aws::Pinpoint::Types::CampaignEventFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#dimensionsTypes::EventDimensions

The dimension settings of the event filter for the campaign.



2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-pinpoint/types.rb', line 2089

class CampaignEventFilter < Struct.new(
  :dimensions,
  :filter_type)
  SENSITIVE = []
  include Aws::Structure
end

#filter_typeString

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 (<link linkend=“apps-application-id-events” />

Events</link> resource) occurs.

Returns:

  • (String)


2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-pinpoint/types.rb', line 2089

class CampaignEventFilter < Struct.new(
  :dimensions,
  :filter_type)
  SENSITIVE = []
  include Aws::Structure
end