Skip to content

Guardduty  >  Structures  >  UsageAccountResult

UsageAccountResult

Structure Class

UsageAccountResult dataclass

Contains information on the total of usage based on account IDs.

Attributes

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

The Account ID that generated usage.

total class-attribute instance-attribute
total: Total | None = None

Represents the total of usage for the Account ID.