Class: Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Used for CAPTCHA and challenge token settings. Determines how long a CAPTCHA or challenge timestamp remains valid after WAF updates it for a successful CAPTCHA or challenge response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#immunity_time ⇒ Integer
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
Instance Attribute Details
#immunity_time ⇒ Integer
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
22284 22285 22286 22287 22288 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22284 class AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails < Struct.new( :immunity_time) SENSITIVE = [] include Aws::Structure end |