Class: Aws::WAF::Types::DeleteWebACLRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::DeleteWebACLRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-waf/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #change_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value returned by the most recent call to GetChangeToken.
 - 
  
    
      #web_acl_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘WebACLId` of the WebACL that you want to delete.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1501 class DeleteWebACLRequest < Struct.new( :web_acl_id, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#web_acl_id ⇒ String
The ‘WebACLId` of the WebACL that you want to delete. `WebACLId` is returned by CreateWebACL and by ListWebACLs.
      1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1501 class DeleteWebACLRequest < Struct.new( :web_acl_id, :change_token) SENSITIVE = [] include Aws::Structure end  |