Skip to content

Guardduty  >  Structures  >  GeoLocation

GeoLocation

Structure Class

GeoLocation dataclass

Contains information about the location of the remote IP address. By default, GuardDuty returns Geolocation with Lat and Lon as 0.0.

Attributes

lat class-attribute instance-attribute
lat: float | None = None

The latitude information of the remote IP address.

lon class-attribute instance-attribute
lon: float | None = None

The longitude information of the remote IP address.