Class: Aws::Pinpoint::Types::EventStartCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventStartCondition
- Includes:
- Structure
- Defined in:
- 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
-
#event_filter ⇒ Types::EventFilter
Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.
- #segment_id ⇒ String
Instance Attribute Details
#event_filter ⇒ Types::EventFilter
Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.
5375 5376 5377 5378 5379 5380 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5375 class EventStartCondition < Struct.new( :event_filter, :segment_id) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
5375 5376 5377 5378 5379 5380 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5375 class EventStartCondition < Struct.new( :event_filter, :segment_id) SENSITIVE = [] include Aws::Structure end |