Values.CoverageSourceThe amount of instance usage that a reservation covered.
type nonrec t = {coverageHours : CoverageHours.t option;The amount of instance usage that the reservation covered, in hours.
*)coverageNormalizedUnits : CoverageNormalizedUnits.t option;The amount of instance usage that the reservation covered, in normalized units.
*)coverageCost : CoverageCost.t option;The amount of cost that the reservation covered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of OnDemandHours.t ]) list ])
list ]