Class: Aws::Pinpoint::Types::RandomSplitActivity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#branchesArray<Types::RandomSplitEntry>

The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.

Returns:



10279
10280
10281
10282
10283
# File 'lib/aws-sdk-pinpoint/types.rb', line 10279

class RandomSplitActivity < Struct.new(
  :branches)
  SENSITIVE = []
  include Aws::Structure
end