Skip to content

Guardduty  >  Structures  >  OrganizationStatistics

OrganizationStatistics

Structure Class

OrganizationStatistics dataclass

Information 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.

Attributes

active_accounts_count class-attribute instance-attribute
active_accounts_count: int | None = None

Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.

count_by_feature class-attribute instance-attribute
count_by_feature: list[OrganizationFeatureStatistics] | None = None

Retrieves the coverage statistics for each feature.

enabled_accounts_count class-attribute instance-attribute
enabled_accounts_count: int | None = None

Total number of accounts that have enabled GuardDuty.

member_accounts_count class-attribute instance-attribute
member_accounts_count: int | None = None

Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.

total_accounts_count class-attribute instance-attribute
total_accounts_count: int | None = None

Total number of accounts in your Amazon Web Services organization.