Module Values.MetricDimensionGroupsSource

The available dimension information for a metric type.

Sourcetype nonrec t = {
  1. metric : String_.t option;
    (*

    The metric type to which the dimension information belongs.

    *)
  2. groups : DimensionGroupDetailList.t option;
    (*

    The available dimension groups for a metric type.

    *)
}
Sourceval make : ?metric:??? -> ?groups:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t