Class: Aws::WAFV2::Types::UpdateIPSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::UpdateIPSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_lock_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token used for optimistic locking.
 
Instance Attribute Details
#next_lock_token ⇒ String
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`.
      8813 8814 8815 8816 8817  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 8813 class UpdateIPSetResponse < Struct.new( :next_lock_token) SENSITIVE = [] include Aws::Structure end  |