DeleteSqlInjectionMatchSetRequest
public struct DeleteSqlInjectionMatchSetRequest : 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 SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Declaration
Swift
public let sqlInjectionMatchSetId: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, sqlInjectionMatchSetId: String)
-
Declaration
Swift
public func validate(name: String) throws