GuardDuty > Structures > LocalIpDetails LocalIpDetails¶ Structure Class¶ LocalIpDetails dataclass ¶ Contains information about the local IP address of the connection. Attributes¶ ip_address_v4 class-attribute instance-attribute ¶ ip_address_v4: str | None = field(repr=False, default=None) The IPv4 local address of the connection. ip_address_v6 class-attribute instance-attribute ¶ ip_address_v6: str | None = field(repr=False, default=None) The IPv6 local address of the connection.