Class: Aws::Pinpoint::Types::RandomSplitActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::RandomSplitActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branches ⇒ Array<Types::RandomSplitEntry>
The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
Instance Attribute Details
#branches ⇒ Array<Types::RandomSplitEntry>
The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
10302 10303 10304 10305 10306 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10302 class RandomSplitActivity < Struct.new( :branches) SENSITIVE = [] include Aws::Structure end |