You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAF::Types::GetRuleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::GetRuleRequest
 
 
- Defined in:
 - (unknown)
 
Overview
    Note:
    
  
  When passing GetRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  rule_id: "ResourceId", # required
}
Instance Attribute Summary collapse
- 
  
    
      #rule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
RuleIdof the Rule that you want to get. 
Instance Attribute Details
#rule_id ⇒ String
The RuleId of the Rule that you want to get. RuleId is
returned by CreateRule and by ListRules.