RuleUpdate
public struct RuleUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.
Declaration
Swift
public let action: ChangeAction
-
The ID of the Predicate (such as an IPSet) that you want to add to a Rule.
Declaration
Swift
public let predicate: Predicate
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, predicate: Predicate)
-
Declaration
Swift
public func validate(name: String) throws