Class: Aws::WAFV2::Types::ImmunityTimeProperty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/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

Instance Attribute Details

#immunity_timeInteger

The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF. The default setting is 300.

For the Challenge action, the minimum setting is 300.

Returns:

  • (Integer)


3957
3958
3959
3960
3961
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 3957

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