Values.OrganizationStatisticsSourceInformation about the coverage statistics of the features for the entire Amazon Web Services organization. When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics summary for this organization.
type nonrec t = {totalAccountsCount : Integer.t option;Total number of accounts in your Amazon Web Services organization.
*)memberAccountsCount : Integer.t option;Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
*)activeAccountsCount : Integer.t option;Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
*)enabledAccountsCount : Integer.t option;Total number of accounts that have enabled GuardDuty.
*)countByFeature : OrganizationFeatureStatisticsResults.t option;Retrieves the coverage statistics for each feature.
*)}