Container for the parameters to the DeleteClusterSecurityGroup operation.
            Deletes an Amazon Redshift security group.         
            
                    
|  Note: | 
|---|
| You cannot delete a security group that is associated with any clusters. You cannot delete the default security group. | 
For information about managing security groups, go toAmazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteClusterSecurityGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteClusterSecurityGroupRequest()()()() | Initializes a new instance of the DeleteClusterSecurityGroupRequest class | 
|  | ClusterSecurityGroupName | 
            Gets and sets the property ClusterSecurityGroupName. 
             The name of the cluster security group to be deleted. | 
|  | 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.) | 
|  | WithClusterSecurityGroupName(String) | Obsolete. 
            Sets the ClusterSecurityGroupName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteClusterSecurityGroupRequest | |