SimpleCondition
public struct SimpleCondition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The dimension settings for the event that’s associated with the activity.
Declaration
Swift
public let eventCondition: EventCondition?
-
The segment that’s associated with the activity.
Declaration
Swift
public let segmentCondition: SegmentCondition?
-
The dimension settings for the segment that’s associated with the activity.
Declaration
Swift
public let segmentDimensions: SegmentDimensions?
-
Undocumented
Declaration
Swift
public init(eventCondition: EventCondition? = nil, segmentCondition: SegmentCondition? = nil, segmentDimensions: SegmentDimensions? = nil)