RuleAction
public struct RuleAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Instructs AWS WAF to allow the web request.
Declaration
Swift
public let allow: AllowAction?
-
Instructs AWS WAF to block the web request.
Declaration
Swift
public let block: BlockAction?
-
Instructs AWS WAF to count the web request and allow it.
Declaration
Swift
public let count: CountAction?
-
Undocumented
Declaration
Swift
public init(allow: AllowAction? = nil, block: BlockAction? = nil, count: CountAction? = nil)