RDSInstanceDetails class

Details about the Amazon RDS instances that AWS recommends that you purchase.

Constructors

RDSInstanceDetails({bool? currentGeneration, String? databaseEdition, String? databaseEngine, String? deploymentOption, String? family, String? instanceType, String? licenseModel, String? region, bool? sizeFlexEligible})
RDSInstanceDetails.fromJson(Map<String, dynamic> json)
factory

Properties

currentGeneration bool?
Whether the recommendation is for a current-generation instance.
final
databaseEdition String?
The database edition that the recommended reservation supports.
final
databaseEngine String?
The database engine that the recommended reservation supports.
final
deploymentOption String?
Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
final
family String?
The instance family of the recommended reservation.
final
hashCode int
The hash code for this object.
no setterinherited
instanceType String?
The type of instance that AWS recommends.
final
licenseModel String?
The license model that the recommended reservation supports.
final
region String?
The AWS Region of the recommended reservation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeFlexEligible bool?
Whether the recommended reservation is size flexible.
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