Class: Aws::GuardDuty::Types::NetworkGeoLocation

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

Overview

Contains information about network endpoint location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The name of the city.

Returns:

  • (String)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'lib/aws-sdk-guardduty/types.rb', line 8989

class NetworkGeoLocation < Struct.new(
  :city,
  :country,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

The name of the country.

Returns:

  • (String)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'lib/aws-sdk-guardduty/types.rb', line 8989

class NetworkGeoLocation < Struct.new(
  :city,
  :country,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#latitudeFloat

The latitude information of the endpoint location.

Returns:

  • (Float)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'lib/aws-sdk-guardduty/types.rb', line 8989

class NetworkGeoLocation < Struct.new(
  :city,
  :country,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#longitudeFloat

The longitude information of the endpoint location.

Returns:

  • (Float)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'lib/aws-sdk-guardduty/types.rb', line 8989

class NetworkGeoLocation < Struct.new(
  :city,
  :country,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end