Class: Aws::SecurityHub::Types::AwsWafv2WebAclCaptchaConfigDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#immunity_time_propertyTypes::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails

Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.



22277
22278
22279
22280
22281
# File 'lib/aws-sdk-securityhub/types.rb', line 22277

class AwsWafv2WebAclCaptchaConfigDetails < Struct.new(
  :immunity_time_property)
  SENSITIVE = []
  include Aws::Structure
end