Class: Aws::WAFV2::Types::AllowAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::AllowAction
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Specifies that WAF should allow the request and optionally defines additional custom handling for the request.
This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_request_handling ⇒ Types::CustomRequestHandling
Defines custom handling for the web request.
Instance Attribute Details
#custom_request_handling ⇒ Types::CustomRequestHandling
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.
341 342 343 344 345 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 341 class AllowAction < Struct.new( :custom_request_handling) SENSITIVE = [] include Aws::Structure end |