Class: Aws::SecurityHub::Types::AwsWafv2RulesActionCaptchaDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2RulesActionCaptchaDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Specifies that WAF should run a CAPTCHA check against the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_request_handling ⇒ Types::AwsWafv2CustomRequestHandlingDetails
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.
Instance Attribute Details
#custom_request_handling ⇒ Types::AwsWafv2CustomRequestHandlingDetails
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
22248 22249 22250 22251 22252 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22248 class AwsWafv2RulesActionCaptchaDetails < Struct.new( :custom_request_handling) SENSITIVE = [] include Aws::Structure end |