CreateWebACLResponse
public struct CreateWebACLResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
High-level information about a WebACL, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a WebACL, and the ARN, that you provide to operations like AssociateWebACL.
Declaration
Swift
public let summary: WebACLSummary?
-
Undocumented
Declaration
Swift
public init(summary: WebACLSummary? = nil)