class Aws::WAF::Types::DeleteXssMatchSetRequest

A request to delete an XssMatchSet from AWS WAF.

@note When making an API call, you may pass DeleteXssMatchSetRequest

data as a hash:

    {
      xss_match_set_id: "ResourceId", # required
      change_token: "ChangeToken", # required
    }

@!attribute [rw] xss_match_set_id

The `XssMatchSetId` of the XssMatchSet that you want to delete.
`XssMatchSetId` is returned by CreateXssMatchSet and by
ListXssMatchSets.
@return [String]

@!attribute [rw] change_token

The value returned by the most recent call to GetChangeToken.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/DeleteXssMatchSetRequest AWS API Documentation

Constants

SENSITIVE