GetWebACLForResourceResponse
public struct GetWebACLForResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a null Web ACL.
Declaration
Swift
public let webACL: WebACL?
-
Undocumented
Declaration
Swift
public init(webACL: WebACL? = nil)