Method: Aws::SecurityHub::Types::NetworkGeoLocation#lon
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#lon ⇒ Float
The longitude information of the endpoint location.
27982 27983 27984 27985 27986 27987 27988 27989 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27982 class NetworkGeoLocation < Struct.new( :city, :country, :lat, :lon) SENSITIVE = [] include Aws::Structure end |