Class: Aws::SecurityHub::Types::AwsWafv2RulesActionCountDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Specifies that WAF should count the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_request_handlingTypes::AwsWafv2CustomRequestHandlingDetails

Defines custom handling for the web request. For more information, see [Customizing web requests and responses in WAF] in the *WAF Developer Guide.*.

[1]: docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html



22132
22133
22134
22135
22136
# File 'lib/aws-sdk-securityhub/types.rb', line 22132

class AwsWafv2RulesActionCountDetails < Struct.new(
  :custom_request_handling)
  SENSITIVE = []
  include Aws::Structure
end