Account¶
Structure Class¶
Account
dataclass
¶
Contains information about the Amazon Web Services account within which the activity took place.
Attributes¶
name
class-attribute
instance-attribute
¶
name: str | None = None
Name of the member's Amazon Web Services account.
uid
class-attribute
instance-attribute
¶
uid: str | None = None
The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.