Class: Aws::Pinpoint::Types::EventFilter

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

Overview

Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsTypes::EventDimensions

The dimensions for the event filter to use for the campaign or the journey activity.



5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-pinpoint/types.rb', line 5309

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

#filter_typeString

The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (<link linkend=“apps-application-id-events” />

Events resource</link>) occurs.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-pinpoint/types.rb', line 5309

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