Class: Aws::WAF::Types::DeleteRateBasedRuleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::DeleteRateBasedRuleRequest
 
 
- 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.
 - 
  
    
      #rule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘RuleId` of the RateBasedRule that you want to delete.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      1265 1266 1267 1268 1269 1270  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1265 class DeleteRateBasedRuleRequest < Struct.new( :rule_id, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_id ⇒ String
The ‘RuleId` of the RateBasedRule that you want to delete. `RuleId` is returned by CreateRateBasedRule and by ListRateBasedRules.
      1265 1266 1267 1268 1269 1270  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1265 class DeleteRateBasedRuleRequest < Struct.new( :rule_id, :change_token) SENSITIVE = [] include Aws::Structure end  |