SqlInjectionMatchSetSummary
public struct SqlInjectionMatchSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the SqlInjectionMatchSet, if any, specified by Id.
Declaration
Swift
public let name: String
-
A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet). SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Declaration
Swift
public let sqlInjectionMatchSetId: String
-
Undocumented
Declaration
Swift
public init(name: String, sqlInjectionMatchSetId: String)