class Aws::SecurityHub::Types::GeoLocation

Provides the latitude and longitude coordinates of a location.

@note When making an API call, you may pass GeoLocation

data as a hash:

    {
      lon: 1.0,
      lat: 1.0,
    }

@!attribute [rw] lon

The longitude of the location.
@return [Float]

@!attribute [rw] lat

The latitude of the location.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GeoLocation AWS API Documentation

Constants

SENSITIVE