CreateXssMatchSetResponse

public struct CreateXssMatchSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ChangeToken that you used to submit the CreateXssMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

    Declaration

    Swift

    public let changeToken: String?
  • An XssMatchSet.

    Declaration

    Swift

    public let xssMatchSet: XssMatchSet?
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String? = nil, xssMatchSet: XssMatchSet? = nil)