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

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

Events resource) occurs.

Returns:

  • (String)


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

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