EventCondition
public struct EventCondition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The dimensions for the event filter to use for the activity.
Declaration
Swift
public let dimensions: EventDimensions
-
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
Declaration
Swift
public let messageActivity: String?
-
Undocumented
Declaration
Swift
public init(dimensions: EventDimensions, messageActivity: String? = nil)