Class: Aws::SecurityHub::Types::AwsWafv2ActionAllowDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2ActionAllowDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Specifies that WAF should allow the request and optionally defines additional custom handling for 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 information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide..
21032 21033 21034 21035 21036 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21032 class AwsWafv2ActionAllowDetails < Struct.new( :custom_request_handling) SENSITIVE = [] include Aws::Structure end |