Values.PredictiveScalingMetricSourceDescribes the scaling metric.
type nonrec t = {dimensions : PredictiveScalingMetricDimensions.t option;Describes the dimensions of the metric.
*)metricName : PredictiveScalingMetricName.t option;The name of the metric.
*)namespace : PredictiveScalingMetricNamespace.t option;The namespace of the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of PredictiveScalingMetricDimensionName.t ])
list ]
list
| `String of PredictiveScalingMetricName.t ])
list ]