Class: Aws::WAF::Types::DeleteGeoMatchSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::DeleteGeoMatchSetRequest
 
 
- 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.
 - 
  
    
      #geo_match_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘GeoMatchSetID` of the GeoMatchSet that you want to delete.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      1165 1166 1167 1168 1169 1170  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1165 class DeleteGeoMatchSetRequest < Struct.new( :geo_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#geo_match_set_id ⇒ String
The ‘GeoMatchSetID` of the GeoMatchSet that you want to delete. `GeoMatchSetId` is returned by CreateGeoMatchSet and by ListGeoMatchSets.
      1165 1166 1167 1168 1169 1170  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1165 class DeleteGeoMatchSetRequest < Struct.new( :geo_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end  |