class Aws::WAFV2::Types::ExcludedRule

Specifies a single rule to exclude from the rule group. Excluding a rule overrides its action setting for the rule group in the web ACL, setting it to `COUNT`. This effectively excludes the rule from acting on web requests.

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

data as a hash:

    {
      name: "EntityName", # required
    }

@!attribute [rw] name

The name of the rule to exclude.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ExcludedRule AWS API Documentation

Constants

SENSITIVE