Values.AccountStatisticsSourceRepresents a list of map of accounts with the number of findings associated with each account.
type nonrec t = {accountId : String_.t option;The ID of the Amazon Web Services account.
*)lastGeneratedAt : Timestamp.t option;The timestamp at which the finding for this account was last generated.
*)totalFindings : Integer.t option;The total number of findings associated with an account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]