C# Class Amazon.RDS.Model.DBEngineVersion

This data type is used as a response element in the action DescribeDBEngineVersions.

Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
DBEngineVersion ( ) : System

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

Private Methods

Method Description
IsSetDBEngineDescription ( ) : bool
IsSetDBEngineVersionDescription ( ) : bool
IsSetDBParameterGroupFamily ( ) : bool
IsSetDefaultCharacterSet ( ) : bool
IsSetEngine ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetSupportedCharacterSets ( ) : bool
IsSetSupportedTimezones ( ) : bool
IsSetValidUpgradeTarget ( ) : bool

Method Details

DBEngineVersion() public method

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