ReservedDBInstancesOffering class

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Constructors

ReservedDBInstancesOffering({String? currencyCode, String? dBInstanceClass, int? duration, double? fixedPrice, bool? multiAZ, String? offeringType, String? productDescription, List<RecurringCharge>? recurringCharges, String? reservedDBInstancesOfferingId, double? usagePrice})
ReservedDBInstancesOffering.fromXml(XmlElement elem)
factory

Properties

currencyCode String?
The currency code for the reserved DB instance offering.
final
dBInstanceClass String?
The DB instance class for the reserved DB instance.
final
duration int?
The duration of the offering in seconds.
final
fixedPrice double?
The fixed price charged for this offering.
final
hashCode int
The hash code for this object.
no setterinherited
multiAZ bool?
Indicates if the offering applies to Multi-AZ deployments.
final
offeringType String?
The offering type.
final
productDescription String?
The database engine used by the offering.
final
recurringCharges List<RecurringCharge>?
The recurring price charged to run this reserved DB instance.
final
reservedDBInstancesOfferingId String?
The offering identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usagePrice double?
The hourly price charged for this offering.
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