DBEngineVersion class
Detailed information about an engine version.
Constructors
-
DBEngineVersion({String? dBEngineDescription, String? dBEngineVersionDescription, String? dBParameterGroupFamily, String? engine, String? engineVersion, List<
String> ? exportableLogTypes, bool? supportsLogExportsToCloudwatchLogs, List<UpgradeTarget> ? validUpgradeTarget}) - DBEngineVersion.fromXml(XmlElement elem)
-
factory
Properties
- dBEngineDescription → String?
-
The description of the database engine.
final
- dBEngineVersionDescription → String?
-
The description of the database engine version.
final
- dBParameterGroupFamily → String?
-
The name of the parameter group family for the database engine.
final
- engine → String?
-
The name of the database engine.
final
- engineVersion → String?
-
The version number of the database engine.
final
-
exportableLogTypes
→ List<
String> ? -
The types of logs that the database engine has available for export to
Amazon CloudWatch Logs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsLogExportsToCloudwatchLogs → bool?
-
A value that indicates whether the engine version supports exporting the log
types specified by
ExportableLogTypes
to CloudWatch Logs.final -
validUpgradeTarget
→ List<
UpgradeTarget> ? -
A list of engine versions that this database engine version can be upgraded
to.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited