ReservedDBInstance class
This data type is used as a response element in the
DescribeReservedDBInstances
and
PurchaseReservedDBInstancesOffering
actions.
Constructors
-
ReservedDBInstance.new({String? currencyCode, String? dBInstanceClass, int? dBInstanceCount, int? duration, double? fixedPrice, String? leaseId, bool? multiAZ, String? offeringType, String? productDescription, List<
RecurringCharge> ? recurringCharges, String? reservedDBInstanceArn, String? reservedDBInstanceId, String? reservedDBInstancesOfferingId, DateTime? startTime, String? state, double? usagePrice}) - ReservedDBInstance.fromXml(XmlElement elem)
-
factory
Properties
- currencyCode → String?
-
The currency code for the reserved DB instance.
final
- dBInstanceClass → String?
-
The DB instance class for the reserved DB instance.
final
- dBInstanceCount → int?
-
The number of reserved DB instances.
final
- duration → int?
-
The duration of the reservation in seconds.
final
- fixedPrice → double?
-
The fixed price charged for this reserved DB instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- leaseId → String?
-
The unique identifier for the lease associated with the reserved DB
instance.
final
- multiAZ → bool?
-
Indicates if the reservation applies to Multi-AZ deployments.
final
- offeringType → String?
-
The offering type of this reserved DB instance.
final
- productDescription → String?
-
The description of the reserved DB instance.
final
-
recurringCharges
→ List<
RecurringCharge> ? -
The recurring price charged to run this reserved DB instance.
final
- reservedDBInstanceArn → String?
-
The Amazon Resource Name (ARN) for the reserved DB instance.
final
- reservedDBInstanceId → String?
-
The unique identifier for the reservation.
final
- reservedDBInstancesOfferingId → String?
-
The offering identifier.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The time the reservation started.
final
- state → String?
-
The state of the reserved DB instance.
final
- usagePrice → double?
-
The hourly price charged for this reserved DB instance.
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