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

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

Overview

Contains information about the location of the remote IP address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latFloat

The latitude information of the remote IP address.

Returns:

  • (Float)


3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3100

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

#lonFloat

The longitude information of the remote IP address.

Returns:

  • (Float)


3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3100

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