Class: Aws::SecurityHub::Types::NetworkGeoLocation

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

Overview

Contains information about the location of a network endpoint involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty enabled. For more information, see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.

[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The name of the city.

Returns:

  • (String)


26305
26306
26307
26308
26309
26310
26311
26312
# File 'lib/aws-sdk-securityhub/types.rb', line 26305

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

#countryString

The name of the country.

Returns:

  • (String)


26305
26306
26307
26308
26309
26310
26311
26312
# File 'lib/aws-sdk-securityhub/types.rb', line 26305

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

#latFloat

The latitude information of the endpoint location.

Returns:

  • (Float)


26305
26306
26307
26308
26309
26310
26311
26312
# File 'lib/aws-sdk-securityhub/types.rb', line 26305

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

#lonFloat

The longitude information of the endpoint location.

Returns:

  • (Float)


26305
26306
26307
26308
26309
26310
26311
26312
# File 'lib/aws-sdk-securityhub/types.rb', line 26305

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