Values_0.ReservedDBInstanceSourceThis data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.
type nonrec t = {reservedDBInstanceId : String_.t option;The unique identifier for the reservation.
*)reservedDBInstancesOfferingId : String_.t option;The offering identifier.
*)dBInstanceClass : String_.t option;The DB instance class for the reserved DB instance.
*)startTime : TStamp.t option;The time the reservation started.
*)duration : Integer.t option;The duration of the reservation in seconds.
*)fixedPrice : Double.t option;The fixed price charged for this reserved DB instance.
*)usagePrice : Double.t option;The hourly price charged for this reserved DB instance.
*)currencyCode : String_.t option;The currency code for the reserved DB instance.
*)dBInstanceCount : Integer.t option;The number of reserved DB instances.
*)productDescription : String_.t option;The description of the reserved DB instance.
*)offeringType : String_.t option;The offering type of this reserved DB instance.
*)multiAZ : Boolean.t option;Indicates whether the reservation applies to Multi-AZ deployments.
*)state : String_.t option;The state of the reserved DB instance.
*)recurringCharges : RecurringChargeList.t option;The recurring price charged to run this reserved DB instance.
*)reservedDBInstanceArn : String_.t option;The Amazon Resource Name (ARN) for the reserved DB instance.
*)leaseId : String_.t option;The unique identifier for the lease associated with the reserved DB instance. Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.
*)}val make :
?reservedDBInstanceId:??? ->
?reservedDBInstancesOfferingId:??? ->
?dBInstanceClass:??? ->
?startTime:??? ->
?duration:??? ->
?fixedPrice:??? ->
?usagePrice:??? ->
?currencyCode:??? ->
?dBInstanceCount:??? ->
?productDescription:??? ->
?offeringType:??? ->
?multiAZ:??? ->
?state:??? ->
?recurringCharges:??? ->
?reservedDBInstanceArn:??? ->
?leaseId:??? ->
unit ->
t