Class: Aws::WAF::Types::GetRuleGroupRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WAF::Types::GetRuleGroupRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #rule_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘RuleGroupId` of the RuleGroup that you want to get. 
Instance Attribute Details
#rule_group_id ⇒ String
The ‘RuleGroupId` of the RuleGroup that you want to get. `RuleGroupId` is returned by CreateRuleGroup and by ListRuleGroups.
| 2140 2141 2142 2143 2144 | # File 'lib/aws-sdk-waf/types.rb', line 2140 class GetRuleGroupRequest < Struct.new( :rule_group_id) SENSITIVE = [] include Aws::Structure end |