Class: Aws::GuardDuty::Types::RemoteIpDetails

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

Overview

Remote IP information of the connection.

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

City information of the remote IP address.

Returns:



2370
2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-guardduty/types.rb', line 2370

class RemoteIpDetails < Struct.new(
  :city,
  :country,
  :geo_location,
  :ip_address_v4,
  :organization)
  include Aws::Structure
end

#countryTypes::Country

Country code of the remote IP address.

Returns:



2370
2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-guardduty/types.rb', line 2370

class RemoteIpDetails < Struct.new(
  :city,
  :country,
  :geo_location,
  :ip_address_v4,
  :organization)
  include Aws::Structure
end

#geo_locationTypes::GeoLocation

Location information of the remote IP address.

Returns:



2370
2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-guardduty/types.rb', line 2370

class RemoteIpDetails < Struct.new(
  :city,
  :country,
  :geo_location,
  :ip_address_v4,
  :organization)
  include Aws::Structure
end

#ip_address_v4String

IPV4 remote address of the connection.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-guardduty/types.rb', line 2370

class RemoteIpDetails < Struct.new(
  :city,
  :country,
  :geo_location,
  :ip_address_v4,
  :organization)
  include Aws::Structure
end

#organizationTypes::Organization

ISP Organization information of the remote IP address.

Returns:



2370
2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-guardduty/types.rb', line 2370

class RemoteIpDetails < Struct.new(
  :city,
  :country,
  :geo_location,
  :ip_address_v4,
  :organization)
  include Aws::Structure
end