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

Namespace: Amazon.RDS.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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.)
ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..DBEngineVersion

See Also