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.
engineOptional.engineDescriptionDescription of the database engine.exportableLogTypesSet of log types that the database engine has available for export to CloudWatch Logs.idThe provider-assigned unique ID for this managed resource.parameterGroupFamilyOptional.preferredVersionsOptional.regionOptional.supportsLogExportsToCloudwatchIndicates whether the engine version supports exporting the log types specified byexportableLogTypesto CloudWatch Logs.validUpgradeTargetsA set of engine versions that this database engine version can be upgraded to.versionOptional.versionDescriptionDescription 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
exportableLogTypesto 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