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

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



214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 214

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:



214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 214

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:



214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 214

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)


214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 214

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.



214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 214

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