Contains the result of a successful invocation of the CreateDBParameterGroup action.
This data type is used as a request parameter in the DeleteDBParameterGroup action, and as a response element in the DescribeDBParameterGroups action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBParameterGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DBParameterGroup()()()() | Initializes a new instance of the DBParameterGroup class | 
|  | DBParameterGroupFamily | 
            Provides the name of the DB parameter group family that this DB parameter group is compatible with.
             
             | 
|  | DBParameterGroupName | 
            Provides the name of the DB parameter group.
             
             | 
|  | Description | 
            Provides the customer-specified description for this DB parameter group.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBParameterGroupFamily(String) | Obsolete. 
            Sets the DBParameterGroupFamily property
             | 
|  | WithDBParameterGroupName(String) | Obsolete. 
            Sets the DBParameterGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBParameterGroup |