Skip to content

Guardduty  >  Structures  >  RemoteIpDetails

RemoteIpDetails

Structure Class

RemoteIpDetails dataclass

Contains information about the remote IP address of the connection.

Attributes

city class-attribute instance-attribute
city: City | None = None

The city information of the remote IP address.

country class-attribute instance-attribute
country: Country | None = None

The country code of the remote IP address.

geo_location class-attribute instance-attribute
geo_location: GeoLocation | None = None

The location information of the remote IP address.

ip_address_v4 class-attribute instance-attribute
ip_address_v4: str | None = field(repr=False, default=None)

The IPv4 remote address of the connection.

ip_address_v6 class-attribute instance-attribute
ip_address_v6: str | None = field(repr=False, default=None)

The IPv6 remote address of the connection.

organization class-attribute instance-attribute
organization: Organization | None = None

The ISP organization information of the remote IP address.