Class: Aws::Pinpoint::Types::EventStartCondition

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 journey activity to start.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_filterTypes::EventFilter

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

Returns:



5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5342

class EventStartCondition < Struct.new(
  :event_filter,
  :segment_id)
  SENSITIVE = []
  include Aws::Structure
end

#segment_idString

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5342

class EventStartCondition < Struct.new(
  :event_filter,
  :segment_id)
  SENSITIVE = []
  include Aws::Structure
end