class Aws::WAFRegional::Types::DeleteWebACLRequest

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

data as a hash:

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

@!attribute [rw] web_acl_id

The `WebACLId` of the WebACL that you want to delete. `WebACLId` is
returned by CreateWebACL and by ListWebACLs.
@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/DeleteWebACLRequest AWS API Documentation

Constants

SENSITIVE