Method: Aws::Pinpoint::Types::RandomSplitActivity#branches
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#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 |