AWS SDK for .NET Documentation
DescribeResizeRequest Class
AmazonAmazon.Redshift.ModelDescribeResizeRequest Did this page help you?   Yes   No    Tell us about it...
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#
HTTP 404
error is returned. If a resize operation was initiated and completed, the status of the resize remains as
CopyC#
SUCCEEDED
until the next resize.

A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.

Declaration Syntax
C#
public class DescribeResizeRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 DescribeResizeRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)