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:



317
318
319
320
321
322
323
324
325
# File 'lib/aws-sdk-securityhub/types.rb', line 317

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:



317
318
319
320
321
322
323
324
325
# File 'lib/aws-sdk-securityhub/types.rb', line 317

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:



317
318
319
320
321
322
323
324
325
# File 'lib/aws-sdk-securityhub/types.rb', line 317

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)


317
318
319
320
321
322
323
324
325
# File 'lib/aws-sdk-securityhub/types.rb', line 317

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.



317
318
319
320
321
322
323
324
325
# File 'lib/aws-sdk-securityhub/types.rb', line 317

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