Class: Aws::SecurityHub::Types::AwsWafv2RulesActionCountDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2RulesActionCountDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Specifies that WAF should count the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_request_handling ⇒ Types::AwsWafv2CustomRequestHandlingDetails
Defines custom handling for the web request.
Instance Attribute Details
#custom_request_handling ⇒ Types::AwsWafv2CustomRequestHandlingDetails
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
22268 22269 22270 22271 22272 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22268 class AwsWafv2RulesActionCountDetails < Struct.new( :custom_request_handling) SENSITIVE = [] include Aws::Structure end |