GetWebACLForResourceResponse
public struct GetWebACLForResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the web ACL that you specified in the GetWebACLForResource request. If there is no associated resource, a null WebACLSummary is returned.
Declaration
Swift
public let webACLSummary: WebACLSummary?
-
Undocumented
Declaration
Swift
public init(webACLSummary: WebACLSummary? = nil)