RandomSplitEntry
public struct RandomSplitEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the next activity to perform, after completing the activity for the path.
Declaration
Swift
public let nextActivity: String?
-
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.
Declaration
Swift
public let percentage: Int?
-
Undocumented
Declaration
Swift
public init(nextActivity: String? = nil, percentage: Int? = nil)