Values.ResponsePartitionKeySourceIf PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.
type nonrec t = {dimensions : DimensionMap.t option;A dimension map that contains the dimensions for this partition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of RequestString.t ]
* [> `String of RequestString.t ])
list ])
list ]