Values.StatisticSetSourceInternal only. Represents a set of statistics that describe a specific metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
type nonrec t = {sampleCount : Integer.t option;Internal only. The number of samples used for the statistic set.
*)sum : Double.t option;Internal only. The sum of values for the sample set.
*)minimum : Double.t option;Internal only. The minimum value of the sample set.
*)maximum : Double.t option;Internal only. The maximum value of the sample set.
*)}