AWS SDK for .NET Documentation
PendingModifiedValues Class
AmazonAmazon.Redshift.ModelPendingModifiedValues Did this page help you?   Yes   No    Tell us about it...
Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
Declaration Syntax
C#
public class PendingModifiedValues
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PendingModifiedValues()()()()
Initializes a new instance of the PendingModifiedValues class

AutomatedSnapshotRetentionPeriod
Gets and sets the property AutomatedSnapshotRetentionPeriod.

The pending or in-progress change of the automated snapshot retention period.


ClusterIdentifier
Gets and sets the property ClusterIdentifier.

The pending or in-progress change of the new identifier for the cluster.


ClusterType
Gets and sets the property ClusterType.

The pending or in-progress change of the cluster type.


ClusterVersion
Gets and sets the property ClusterVersion.

The pending or in-progress change of the service version.


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.)
MasterUserPassword
Gets and sets the property MasterUserPassword.

The pending or in-progress change of the master user password for the cluster.


NodeType
Gets and sets the property NodeType.

The pending or in-progress change of the cluster's node type.


NumberOfNodes
Gets and sets the property NumberOfNodes.

The pending or in-progress change of the number of nodes in the cluster.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutomatedSnapshotRetentionPeriod(Int32) Obsolete.
Sets the AutomatedSnapshotRetentionPeriod property

WithClusterIdentifier(String) Obsolete.
Sets the ClusterIdentifier property

WithClusterType(String) Obsolete.
Sets the ClusterType property

WithClusterVersion(String) Obsolete.
Sets the ClusterVersion property

WithMasterUserPassword(String) Obsolete.
Sets the MasterUserPassword property

WithNodeType(String) Obsolete.
Sets the NodeType property

WithNumberOfNodes(Int32) Obsolete.
Sets the NumberOfNodes property

Inheritance Hierarchy
Object
PendingModifiedValues

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