class Aws::WAF::Types::DeleteIPSetRequest

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

data as a hash:

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

@!attribute [rw] ip_set_id

The `IPSetId` of the IPSet that you want to delete. `IPSetId` is
returned by CreateIPSet and by ListIPSets.
@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/DeleteIPSetRequest AWS API Documentation

Constants

SENSITIVE