Values_2.MetricDataResultSourceContains a single data point from a capacity metrics query, including the dimension values, timestamp, and metric values for that specific combination.
type nonrec t = {dimension : Values_1.CapacityManagerDimension.t option;The dimension values that identify this specific data point, such as account ID, region, and instance family.
*)timestamp : Values_0.MillisecondDateTime.t option;The timestamp for this data point, indicating when the capacity usage occurred.
*)metricValues : Values_1.MetricValueSet.t option;The metric values and statistics for this data point, containing the actual capacity usage numbers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Double of float | `Enum of string ]) list ]
list
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]