Values.InsightResultsSourceThe insight results returned by the GetInsightResults operation.
type nonrec t = {insightArn : NonEmptyString.t option;The ARN of the insight whose results are returned by the GetInsightResults operation.
*)groupByAttribute : NonEmptyString.t option;The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.
*)resultValues : InsightResultValueList.t option;The list of insight result values returned by the GetInsightResults operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]