class Aws::WAF::Types::DeleteSqlInjectionMatchSetRequest

A request to delete a SqlInjectionMatchSet from AWS WAF.

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

data as a hash:

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

@!attribute [rw] sql_injection_match_set_id

The `SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you
want to delete. `SqlInjectionMatchSetId` is returned by
CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
@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/DeleteSqlInjectionMatchSetRequest AWS API Documentation

Constants

SENSITIVE