Class: Aws::Pinpoint::Types::ConditionalSplitActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ConditionalSplitActivity
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
The conditions that define the paths for the activity, and the relationship between the conditions.
-
#evaluation_wait_time ⇒ Types::WaitTime
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.
-
#false_activity ⇒ String
The unique identifier for the activity to perform if the conditions aren't met.
-
#true_activity ⇒ String
The unique identifier for the activity to perform if the conditions are met.
Instance Attribute Details
#condition ⇒ Types::Condition
The conditions that define the paths for the activity, and the relationship between the conditions.
2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2545 class ConditionalSplitActivity < Struct.new( :condition, :evaluation_wait_time, :false_activity, :true_activity) SENSITIVE = [] include Aws::Structure end |
#evaluation_wait_time ⇒ Types::WaitTime
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.
2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2545 class ConditionalSplitActivity < Struct.new( :condition, :evaluation_wait_time, :false_activity, :true_activity) SENSITIVE = [] include Aws::Structure end |
#false_activity ⇒ String
The unique identifier for the activity to perform if the conditions aren't met.
2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2545 class ConditionalSplitActivity < Struct.new( :condition, :evaluation_wait_time, :false_activity, :true_activity) SENSITIVE = [] include Aws::Structure end |
#true_activity ⇒ String
The unique identifier for the activity to perform if the conditions are met.
2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2545 class ConditionalSplitActivity < Struct.new( :condition, :evaluation_wait_time, :false_activity, :true_activity) SENSITIVE = [] include Aws::Structure end |