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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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 in the Amazon GuardDuty User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The name of the city.

Returns:

  • (String)


27982
27983
27984
27985
27986
27987
27988
27989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27982

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

#countryString

The name of the country.

Returns:

  • (String)


27982
27983
27984
27985
27986
27987
27988
27989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27982

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

#latFloat

The latitude information of the endpoint location.

Returns:

  • (Float)


27982
27983
27984
27985
27986
27987
27988
27989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27982

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

#lonFloat

The longitude information of the endpoint location.

Returns:

  • (Float)


27982
27983
27984
27985
27986
27987
27988
27989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27982

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