Class: Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies how WAF should handle CAPTCHA evaluations for rules that don’t have their own ‘CaptchaConfig` settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#immunity_time_property ⇒ Types::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
Instance Attribute Details
#immunity_time_property ⇒ Types::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
22267 22268 22269 22270 22271 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22267 class AwsWafv2WebAclCaptchaConfigDetails < Struct.new( :immunity_time_property) SENSITIVE = [] include Aws::Structure end |