Event
public struct Event : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The actions to be performed.
Declaration
Swift
public let actions: [Action]?
-
Optional. The Boolean expression that, when TRUE, causes the actions to be performed. If not present, the actions are performed (=TRUE). If the expression result is not a Boolean value, the actions are not performed (=FALSE).
Declaration
Swift
public let condition: String?
-
The name of the event.
Declaration
Swift
public let eventName: String
-
Undocumented
Declaration
Swift
public init(actions: [Action]? = nil, condition: String? = nil, eventName: String)
-
Declaration
Swift
public func validate(name: String) throws