DefaultAction
public struct DefaultAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies that AWS WAF should allow requests by default.
Declaration
Swift
public let allow: AllowAction?
-
Specifies that AWS WAF should block requests by default.
Declaration
Swift
public let block: BlockAction?
-
Undocumented
Declaration
Swift
public init(allow: AllowAction? = nil, block: BlockAction? = nil)