RemoteAccountDetails¶
Structure Class¶
RemoteAccountDetails
dataclass
¶
Contains details about the remote Amazon Web Services account that made the API call.
Attributes¶
account_id
class-attribute
instance-attribute
¶
account_id: str | None = None
The Amazon Web Services account ID of the remote API caller.
affiliated
class-attribute
instance-attribute
¶
affiliated: bool | None = None
Details on whether the Amazon Web Services account of the remote API
caller is related to your GuardDuty environment. If this value is True
the API caller is affiliated to your account in some way. If it is
False the API caller is from outside your environment.