MultiConditionalSplitActivity
public struct MultiConditionalSplitActivity : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The paths for the activity, including the conditions for entering each path and the activity to perform for each path.
Declaration
Swift
public let branches: [MultiConditionalBranch]? - 
                  
                  
The unique identifier for the activity to perform for participants who don’t meet any of the conditions specified for other paths in the activity.
Declaration
Swift
public let defaultActivity: String? - 
                  
                  
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
Declaration
Swift
public let evaluationWaitTime: WaitTime? - 
                  
                  
Undocumented
Declaration
Swift
public init(branches: [MultiConditionalBranch]? = nil, defaultActivity: String? = nil, evaluationWaitTime: WaitTime? = nil) 
View on GitHub
        MultiConditionalSplitActivity Structure Reference