This data type is used as a response element in the ModifyDBInstance action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PendingModifiedValues
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PendingModifiedValues()()()() | Initializes a new instance of the PendingModifiedValues class | 
|  | AllocatedStorage | 
            Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.
             
             | 
|  | BackupRetentionPeriod | 
            Specifies the pending number of days for which automated backups are retained.
             
             | 
|  | DBInstanceClass | 
            Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.
             
             | 
|  | DBInstanceIdentifier | 
            Contains the new DBInstanceIdentifier for the DB instance that will be applied or is in progress.
             
             | 
|  | EngineVersion | 
            Indicates the database engine version.
             
             | 
|  | 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.) | 
|  | Iops | 
            Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
             
             | 
|  | MasterUserPassword | 
            Contains the pending or in-progress change of the master credentials for the DB instance.
             
             | 
|  | MultiAZ | 
            Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
             
             | 
|  | Port | 
            Specifies the pending port for the DB instance.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAllocatedStorage(Int32) | Obsolete. 
            Sets the AllocatedStorage property
             | 
|  | WithBackupRetentionPeriod(Int32) | Obsolete. 
            Sets the BackupRetentionPeriod property
             | 
|  | WithDBInstanceClass(String) | Obsolete. 
            Sets the DBInstanceClass property
             | 
|  | WithDBInstanceIdentifier(String) | Obsolete. 
            Sets the DBInstanceIdentifier property
             | 
|  | WithEngineVersion(String) | Obsolete. 
            Sets the EngineVersion property
             | 
|  | WithIops(Int32) | Obsolete. 
            Sets the Iops property
             | 
|  | WithMasterUserPassword(String) | Obsolete. 
            Sets the MasterUserPassword property
             | 
|  | WithMultiAZ(Boolean) | Obsolete. 
            Sets the MultiAZ property
             | 
|  | WithPort(Int32) | Obsolete. 
            Sets the Port property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PendingModifiedValues |