DeleteXssMatchSetRequest
public struct DeleteXssMatchSetRequest : 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 XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
Declaration
Swift
public let xssMatchSetId: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, xssMatchSetId: String)
-
Declaration
Swift
public func validate(name: String) throws