Class: Aws::SecurityHub::Types::ActionRemoteIpDetails

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

Overview

For AwsApiAction, NetworkConnectionAction, and PortProbeAction, RemoteIpDetails provides information about the remote IP address that was involved in the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

The city where the remote IP address is located.

Returns:



346
347
348
349
350
351
352
353
354
# File 'lib/aws-sdk-securityhub/types.rb', line 346

class ActionRemoteIpDetails < Struct.new(
  :ip_address_v4,
  :organization,
  :country,
  :city,
  :geo_location)
  SENSITIVE = []
  include Aws::Structure
end

#countryTypes::Country

The country where the remote IP address is located.

Returns:



346
347
348
349
350
351
352
353
354
# File 'lib/aws-sdk-securityhub/types.rb', line 346

class ActionRemoteIpDetails < Struct.new(
  :ip_address_v4,
  :organization,
  :country,
  :city,
  :geo_location)
  SENSITIVE = []
  include Aws::Structure
end

#geo_locationTypes::GeoLocation

The coordinates of the location of the remote IP address.

Returns:



346
347
348
349
350
351
352
353
354
# File 'lib/aws-sdk-securityhub/types.rb', line 346

class ActionRemoteIpDetails < Struct.new(
  :ip_address_v4,
  :organization,
  :country,
  :city,
  :geo_location)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_v4String

The IP address.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
# File 'lib/aws-sdk-securityhub/types.rb', line 346

class ActionRemoteIpDetails < Struct.new(
  :ip_address_v4,
  :organization,
  :country,
  :city,
  :geo_location)
  SENSITIVE = []
  include Aws::Structure
end

#organizationTypes::IpOrganizationDetails

The internet service provider (ISP) organization associated with the remote IP address.



346
347
348
349
350
351
352
353
354
# File 'lib/aws-sdk-securityhub/types.rb', line 346

class ActionRemoteIpDetails < Struct.new(
  :ip_address_v4,
  :organization,
  :country,
  :city,
  :geo_location)
  SENSITIVE = []
  include Aws::Structure
end