You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::RandomSplitEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RandomSplitEntry as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_activity: "__string",
  percentage: 1,
}

Specifies the settings for a path in a random split activity in a journey.

Instance Attribute Summary collapse

Instance Attribute Details

#next_activityString

The unique identifier for the next activity to perform, after completing the activity for the path.

Returns:

  • (String)

    The unique identifier for the next activity to perform, after completing the activity for the path.

#percentageInteger

The percentage of participants to send down the activity path.

To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.

Returns:

  • (Integer)

    The percentage of participants to send down the activity path.