HoldoutActivity
public struct HoldoutActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the next activity to perform, after performing the holdout activity.
Declaration
Swift
public let nextActivity: String?
-
The percentage of participants who shouldn’t continue the journey. To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out 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)