ConditionalSplitActivity

public struct ConditionalSplitActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The conditions that define the paths for the activity, and the relationship between the conditions.

    Declaration

    Swift

    public let condition: Condition?
  • The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.

    Declaration

    Swift

    public let evaluationWaitTime: WaitTime?
  • The unique identifier for the activity to perform if the conditions aren’t met.

    Declaration

    Swift

    public let falseActivity: String?
  • The unique identifier for the activity to perform if the conditions are met.

    Declaration

    Swift

    public let trueActivity: String?
  • Undocumented

    Declaration

    Swift

    public init(condition: Condition? = nil, evaluationWaitTime: WaitTime? = nil, falseActivity: String? = nil, trueActivity: String? = nil)