C# Class Amazon.RDS.Model.PendingModifiedValues

This data type is used as a response element in the ModifyDBInstance action.
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
PendingModifiedValues ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetAllocatedStorage ( ) : bool
IsSetBackupRetentionPeriod ( ) : bool
IsSetCACertificateIdentifier ( ) : bool
IsSetDBInstanceClass ( ) : bool
IsSetDBInstanceIdentifier ( ) : bool
IsSetDBSubnetGroupName ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetIops ( ) : bool
IsSetLicenseModel ( ) : bool
IsSetMasterUserPassword ( ) : bool
IsSetMultiAZ ( ) : bool
IsSetPort ( ) : bool
IsSetStorageType ( ) : bool

Method Details

PendingModifiedValues() public method

Empty constructor used to set properties independently even when a simple constructor is available
public PendingModifiedValues ( ) : System
return System