Class: Aws::WAFV2::Types::UpdateWebACLResponse

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


9139
9140
9141
9142
9143
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9139

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