Values.UtilizationByTimeSourceThe amount of utilization, in hours.
type nonrec t = {timePeriod : DateInterval.t option;The period of time that this utilization was used for.
*)groups : ReservationUtilizationGroups.t option;The groups that this utilization result uses.
*)total : ReservationAggregates.t option;The total number of reservation hours that were used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `String of ReservationGroupKey.t
| `Structure of
(string * [> `String of UtilizationPercentage.t ])
list ])
list ]
list
| `Structure of (string * [> `String of YearMonthDay.t ]) list ])
list ]