Class: Aws::SecurityHub::Types::AwsWafv2ActionBlockDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2ActionBlockDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_response ⇒ Types::AwsWafv2CustomResponseDetails
Defines a custom response for the web request.
Instance Attribute Details
#custom_response ⇒ Types::AwsWafv2CustomResponseDetails
Defines a custom response for the web request. For information, see
- Customizing web requests and responses in WAF][1
-
in the *WAF
Developer Guide.*.
[1]: docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html
21955 21956 21957 21958 21959 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21955 class AwsWafv2ActionBlockDetails < Struct.new( :custom_response) SENSITIVE = [] include Aws::Structure end |