Class: Aws::WAFV2::Types::UpdateRuleGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_lock_tokenString

A token used for optimistic locking. WAF returns this token to your update requests. You use NextLockToken in the same manner as you use LockToken.

Returns:

  • (String)


10993
10994
10995
10996
10997
# File 'lib/aws-sdk-wafv2/types.rb', line 10993

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