Container for the parameters to the DeleteClusterParameterGroup operation.
            Deletes a specified Amazon Redshift parameter group.             
|  Note: | 
|---|
| You cannot delete a parameter group if it is associated with a cluster. | 
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteClusterParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteClusterParameterGroupRequest()()()() | Initializes a new instance of the DeleteClusterParameterGroupRequest class | 
|  | 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.) | 
|  | ParameterGroupName | 
            Gets and sets the property ParameterGroupName. 
             The name of the parameter group to be deleted. Constraints: 
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithParameterGroupName(String) | Obsolete. 
            Sets the ParameterGroupName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteClusterParameterGroupRequest | |