StartCondition
public struct StartCondition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The custom description of the condition.
Declaration
Swift
public let description: String? -
The segment that’s associated with the first activity in the journey. This segment determines which users are participants in the journey.
Declaration
Swift
public let segmentStartCondition: SegmentCondition? -
Undocumented
Declaration
Swift
public init(description: String? = nil, segmentStartCondition: SegmentCondition? = nil)
View on GitHub
StartCondition Structure Reference