ReservedDBInstance constructor
ReservedDBInstance({
- 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,
Implementation
ReservedDBInstance({
this.currencyCode,
this.dBInstanceClass,
this.dBInstanceCount,
this.duration,
this.fixedPrice,
this.leaseId,
this.multiAZ,
this.offeringType,
this.productDescription,
this.recurringCharges,
this.reservedDBInstanceArn,
this.reservedDBInstanceId,
this.reservedDBInstancesOfferingId,
this.startTime,
this.state,
this.usagePrice,
});