Skip to content

Guardduty  >  Structures  >  AccountStatistics

AccountStatistics

Structure Class

AccountStatistics dataclass

Represents a list of map of accounts with the number of findings associated with each account.

Attributes

account_id class-attribute instance-attribute
account_id: str | None = None

The ID of the Amazon Web Services account.

last_generated_at class-attribute instance-attribute
last_generated_at: datetime | None = None

The timestamp at which the finding for this account was last generated.

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

The total number of findings associated with an account.