You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFV2::Types::ExcludedRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ExcludedRule as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "EntityName", # required
}

This is the latest version of AWS WAF, named AWS WAFV2, released in November, 2019. For information, including how to migrate your AWS WAF resources from the prior release, see the AWS WAF Developer Guide.

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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the rule to exclude.

Returns:

  • (String)

    The name of the rule to exclude.