GetXssMatchSetResponse
public struct GetXssMatchSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics: XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation FieldToMatch: Contains Data and Type
Declaration
Swift
public let xssMatchSet: XssMatchSet?
-
Undocumented
Declaration
Swift
public init(xssMatchSet: XssMatchSet? = nil)