Values_2.AttributeSummarySourceA summary report for the attribute across all Regions.
type nonrec t = {attributeName : Values_0.String_.t option;The name of the attribute.
*)mostFrequentValue : Values_0.String_.t option;The configuration value that is most frequently observed for the attribute.
*)numberOfMatchedAccounts : Values_0.Integer.t option;The number of accounts with the same configuration value for the attribute that is most frequently observed.
*)numberOfUnmatchedAccounts : Values_0.Integer.t option;The number of accounts with a configuration value different from the most frequently observed value for the attribute.
*)regionalSummaries : Values_1.RegionalSummaryList.t option;The summary report for each Region for the attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]