This data type is used as a response element in the action DescribeDBEngineVersions.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBEngineVersion
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 DB parameter group family for the database engine.
             
             | 
|  | DefaultCharacterSet | 
            The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is
            not specified.
             
             | 
|  | 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.) | 
|  | SupportedCharacterSets | 
            A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBEngineDescription(String) | Obsolete. 
            Sets the DBEngineDescription property
             | 
|  | WithDBEngineVersionDescription(String) | Obsolete. 
            Sets the DBEngineVersionDescription property
             | 
|  | WithDBParameterGroupFamily(String) | Obsolete. 
            Sets the DBParameterGroupFamily property
             | 
|  | WithDefaultCharacterSet(CharacterSet) | Obsolete. 
            Sets the DefaultCharacterSet property
             | 
|  | WithEngine(String) | Obsolete. 
            Sets the Engine property
             | 
|  | WithEngineVersion(String) | Obsolete. 
            Sets the EngineVersion property
             | 
|  | WithSupportedCharacterSets(array<CharacterSet>[]()[][]) | Obsolete. 
            Adds elements to the SupportedCharacterSets collection
             | 
|  | WithSupportedCharacterSets(IEnumerable<(Of <<'(CharacterSet>)>>)) | Obsolete. 
            Adds elements to the SupportedCharacterSets collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBEngineVersion |