GetEngineVersionResult class

Result data returned by getEngineVersion.

Constructors

GetEngineVersionResult({String? engine, String? engineDescription, List<String>? exportableLogTypes, String? id, String? parameterGroupFamily, List<String>? preferredVersions, String? region, bool? supportsLogExportsToCloudwatch, List<String>? validUpgradeTargets, String? version, String? versionDescription})
Creates a new GetEngineVersionResult. engine Optional. engineDescription Description of the database engine. exportableLogTypes Set of log types that the database engine has available for export to CloudWatch Logs. id The provider-assigned unique ID for this managed resource. parameterGroupFamily Optional. preferredVersions Optional. region Optional. supportsLogExportsToCloudwatch Indicates whether the engine version supports exporting the log types specified by exportableLogTypes to CloudWatch Logs. validUpgradeTargets A set of engine versions that this database engine version can be upgraded to. version Optional. versionDescription Description of the database engine version.
const
GetEngineVersionResult.fromMap(Map<String, dynamic> map)
factory

Properties

engine String?
final
engineDescription String?
Description of the database engine.
final
exportableLogTypes List<String>?
Set of log types that the database engine has available for export to CloudWatch Logs.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
parameterGroupFamily String?
final
preferredVersions List<String>?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsLogExportsToCloudwatch bool?
Indicates whether the engine version supports exporting the log types specified by exportableLogTypes to CloudWatch Logs.
final
validUpgradeTargets List<String>?
A set of engine versions that this database engine version can be upgraded to.
final
version String?
final
versionDescription String?
Description of the database engine version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited