DeleteWebACLRequest
public struct DeleteWebACLRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.
Declaration
Swift
public let webACLId: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, webACLId: String)
-
Declaration
Swift
public func validate(name: String) throws