Values.DimensionKeyDescriptionSourceAn object that includes the requested dimension key values and aggregated metric values within a dimension group.
type nonrec t = {dimensions : DimensionMap.t option;A map of name-value pairs for the dimensions in the group.
*)total : Double.t option;The aggregated metric value for the dimensions, over the requested time range.
*)additionalMetrics : AdditionalMetricsMap.t option;A map that contains the value for each additional metric.
*)partitions : MetricValuesList.t option;If PartitionBy was specified, PartitionKeys contains the dimensions that were.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `List of [> `Double of Double.t ] list
| `Map of
([> `String of RequestString.t ]
* [> `Double of Double.t | `String of RequestString.t ])
list ])
list ]