Class: Aws::GuardDuty::Types::GeoLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Location information of the remote IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#latFloat

Latitude information of remote IP address.

Returns:

  • (Float)


1080
1081
1082
1083
1084
# File 'lib/aws-sdk-guardduty/types.rb', line 1080

class GeoLocation < Struct.new(
  :lat,
  :lon)
  include Aws::Structure
end

#lonFloat

Longitude information of remote IP address.

Returns:

  • (Float)


1080
1081
1082
1083
1084
# File 'lib/aws-sdk-guardduty/types.rb', line 1080

class GeoLocation < Struct.new(
  :lat,
  :lon)
  include Aws::Structure
end