Class: Aws::WAF::Types::DeleteRuleGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::DeleteRuleGroupRequest
 
 
- 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_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘RuleGroupId` of the RuleGroup that you want to delete.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      1364 1365 1366 1367 1368 1369  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1364 class DeleteRuleGroupRequest < Struct.new( :rule_group_id, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_group_id ⇒ String
The ‘RuleGroupId` of the RuleGroup that you want to delete. `RuleGroupId` is returned by CreateRuleGroup and by ListRuleGroups.
      1364 1365 1366 1367 1368 1369  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 1364 class DeleteRuleGroupRequest < Struct.new( :rule_group_id, :change_token) SENSITIVE = [] include Aws::Structure end  |