

# RuleGroupSummary
<a name="API_wafRegional_RuleGroupSummary"></a>

**Note**  
 AWS WAF Classic support will end on September 30, 2025.   
This is ** AWS WAF Classic** documentation. For more information, see [AWS WAF Classic](https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html) in the developer guide.  
 **For the latest version of AWS WAF **, use the AWS WAFV2 API and see the [AWS WAF Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html). With the latest version, AWS WAF has a single set of endpoints for regional and global use. 

Contains the identifier and the friendly name or description of the `RuleGroup`.

## Contents
<a name="API_wafRegional_RuleGroupSummary_Contents"></a>

 ** Name **   <a name="WAF-Type-wafRegional_RuleGroupSummary-Name"></a>
A friendly name or description of the [RuleGroup](API_wafRegional_RuleGroup.md). You can't change the name of a `RuleGroup` after you create it.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `.*\S.*`   
Required: Yes

 ** RuleGroupId **   <a name="WAF-Type-wafRegional_RuleGroupSummary-RuleGroupId"></a>
A unique identifier for a `RuleGroup`. You use `RuleGroupId` to get more information about a `RuleGroup` (see [GetRuleGroup](API_wafRegional_GetRuleGroup.md)), update a `RuleGroup` (see [UpdateRuleGroup](API_wafRegional_UpdateRuleGroup.md)), insert a `RuleGroup` into a `WebACL` or delete one from a `WebACL` (see [UpdateWebACL](API_wafRegional_UpdateWebACL.md)), or delete a `RuleGroup` from AWS WAF (see [DeleteRuleGroup](API_wafRegional_DeleteRuleGroup.md)).  
 `RuleGroupId` is returned by [CreateRuleGroup](API_wafRegional_CreateRuleGroup.md) and by [ListRuleGroups](API_wafRegional_ListRuleGroups.md).  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `.*\S.*`   
Required: Yes

## See Also
<a name="API_wafRegional_RuleGroupSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/waf-regional-2016-11-28/RuleGroupSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/waf-regional-2016-11-28/RuleGroupSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/waf-regional-2016-11-28/RuleGroupSummary) 