Class: Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigDetails
- Defined in:
- gems/aws-sdk-securityhub/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 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22267 class AwsWafv2WebAclCaptchaConfigDetails < Struct.new( :immunity_time_property) SENSITIVE = [] include Aws::Structure end |