XssMatchSetSummary
public struct XssMatchSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the XssMatchSet, if any, specified by Id.
Declaration
Swift
public let name: String
-
A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet). XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
Declaration
Swift
public let xssMatchSetId: String
-
Undocumented
Declaration
Swift
public init(name: String, xssMatchSetId: String)