Skip to content

Guardduty  >  Structures  >  NetworkGeoLocation

NetworkGeoLocation

Structure Class

NetworkGeoLocation dataclass

Contains information about network endpoint location.

Attributes

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

The name of the city.

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

The name of the country.

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

The latitude information of the endpoint location.

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

The longitude information of the endpoint location.