Guardduty > Structures > ImpersonatedUser ImpersonatedUser¶ Structure Class¶ ImpersonatedUser dataclass ¶ Contains information about the impersonated user. Attributes¶ groups class-attribute instance-attribute ¶ groups: list[str] | None = None The group to which the user name belongs. username class-attribute instance-attribute ¶ username: str | None = None Information about the username that was being impersonated.