Class: Aws::WAFV2::Types::CaptchaConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CaptchaConfig
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Specifies how WAF should handle CAPTCHA
evaluations. This is
available at the web ACL level and in each rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#immunity_time_property ⇒ Types::ImmunityTimeProperty
Determines how long a
CAPTCHA
timestamp in the token remains valid after the client successfully solves aCAPTCHA
puzzle.
Instance Attribute Details
#immunity_time_property ⇒ Types::ImmunityTimeProperty
Determines how long a CAPTCHA
timestamp in the token remains valid
after the client successfully solves a CAPTCHA
puzzle.
735 736 737 738 739 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 735 class CaptchaConfig < Struct.new( :immunity_time_property) SENSITIVE = [] include Aws::Structure end |