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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


7147
7148
7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7147

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

#countryString

The name of the country.

Returns:

  • (String)


7147
7148
7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7147

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

#latitudeFloat

The latitude information of the endpoint location.

Returns:

  • (Float)


7147
7148
7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7147

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

#longitudeFloat

The longitude information of the endpoint location.

Returns:

  • (Float)


7147
7148
7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7147

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