Values.ReservationUtilizationGroupSourceA group of reservations that share a set of attributes.
type nonrec t = {key : ReservationGroupKey.t option;The key for a specific reservation attribute.
*)value : ReservationGroupValue.t option;The value of a specific reservation attribute.
*)attributes : Attributes.t option;The attributes for this group of reservations.
*)utilization : ReservationAggregates.t option;How much you used this group of reservations.
*)}val to_value :
t ->
[> `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 ]