 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteClusterRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | DeleteClusterRequest()()()() | Initializes a new instance of the DeleteClusterRequest class | ||
|  | ClusterIdentifier | 
            Gets and sets the property ClusterIdentifier. 
             The identifier of the cluster to be deleted. Constraints: 
 | ||
|  | Equals(Object) | (Inherited from Object.) | ||
|  | FinalClusterSnapshotIdentifier | 
            Gets and sets the property FinalClusterSnapshotIdentifier. 
             
                        The identifier of the final snapshot that is to be created immediately
            before deleting the cluster. If this            parameter is provided, SkipFinalClusterSnapshot
            must be  Constraints: 
 | ||
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | ||
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | ||
|  | SkipFinalClusterSnapshot | 
            Gets and sets the property SkipFinalClusterSnapshot. 
             
                        Determines whether a final snapshot of the cluster is created before Amazon
            Redshift deletes the cluster.             If  
 
            Default:  | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | WithClusterIdentifier(String) | Obsolete. 
            Sets the ClusterIdentifier property
             | ||
|  | WithFinalClusterSnapshotIdentifier(String) | Obsolete. 
            Sets the FinalClusterSnapshotIdentifier property
             | ||
|  | WithSkipFinalClusterSnapshot(Boolean) | Obsolete. 
            Sets the SkipFinalClusterSnapshot property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteClusterRequest | |
 Copy
Copy Note:
 Note: