Values.LogGroupFieldSourceThe fields contained in log events found by a GetLogGroupFields operation, along with the percentage of queried log events in which each field appears.
type nonrec t = {name : Field.t option;The name of a log field.
*)percent : Percentage.t option;The percentage of log events queried that contained the field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Percentage.t | `String of Field.t ]) list ]