Container for the parameters to the DescribeResize operation.
            Returns information about the last resize operation for the specified cluster.
                    If no resize operation has ever been initiated for the specified cluster,
            a  CopyC# error is returned.            If a resize operation was initiated
            and completed, the status of the resize remains as
CopyC# error is returned.            If a resize operation was initiated
            and completed, the status of the resize remains as  CopyC# until  
                     the next resize.
CopyC# until  
                     the next resize.        
            
                   
            
 CopyC#
CopyC#HTTP 404 CopyC#
CopyC#SUCCEEDED
A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeResizeRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeResizeRequest()()()() | Initializes a new instance of the DescribeResizeRequest class | 
|  | ClusterIdentifier | 
            Gets and sets the property ClusterIdentifier. 
             The unique identifier of a cluster whose resize progress you are requesting. This parameter isn't case-sensitive. By default, resize operations for all clusters defined for an AWS account are returned. | 
|  | 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.) | 
|  | WithClusterIdentifier(String) | Obsolete. 
            Sets the ClusterIdentifier property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeResizeRequest | |