class Aws::WAFRegional::Types::DeleteRegexMatchSetRequest

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

data as a hash:

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

@!attribute [rw] regex_match_set_id

The `RegexMatchSetId` of the RegexMatchSet that you want to delete.
`RegexMatchSetId` is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
@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-regional-2016-11-28/DeleteRegexMatchSetRequest AWS API Documentation

Constants

SENSITIVE