This data type is used as a response element in the action DescribeDBEngineVersions.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DBEngineVersion
Public Class DBEngineVersion
public ref class DBEngineVersion
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DBEngineVersion()()()() | Initializes a new instance of the DBEngineVersion class | |
| DBEngineDescription |
The description of the database engine.
| |
| DBEngineVersionDescription |
The description of the database engine version.
| |
| DBParameterGroupFamily |
The name of the DBParameterGroupFamily for the database engine.
| |
| Engine |
The name of the database engine.
| |
| EngineVersion |
The version number of the database engine.
| |
| 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.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithDBEngineDescription(String) |
Sets the DBEngineDescription property
| |
| WithDBEngineVersionDescription(String) |
Sets the DBEngineVersionDescription property
| |
| WithDBParameterGroupFamily(String) |
Sets the DBParameterGroupFamily property
| |
| WithEngine(String) |
Sets the Engine property
| |
| WithEngineVersion(String) |
Sets the EngineVersion property
|