Values.ReservationCoverageGroupSourceA group of reservations that share a set of attributes.
type nonrec t = {attributes : Attributes.t option;The attributes for this group of reservations.
*)coverage : Coverage.t option;How much instance usage this group of reservations covered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `Structure of
(string
* [> `Structure of (string * [> `String of OnDemandHours.t ]) list ])
list ])
list ]