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

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

Overview

Contains information about the remote IP address of the connection.

Constant Summary collapse

SENSITIVE =
[:ip_address_v4]

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

The city information of the remote IP address.

Returns:



6392
6393
6394
6395
6396
6397
6398
6399
6400
# File 'lib/aws-sdk-guardduty/types.rb', line 6392

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

#countryTypes::Country

The country code of the remote IP address.

Returns:



6392
6393
6394
6395
6396
6397
6398
6399
6400
# File 'lib/aws-sdk-guardduty/types.rb', line 6392

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

#geo_locationTypes::GeoLocation

The location information of the remote IP address.

Returns:



6392
6393
6394
6395
6396
6397
6398
6399
6400
# File 'lib/aws-sdk-guardduty/types.rb', line 6392

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

#ip_address_v4String

The IPv4 remote address of the connection.

Returns:

  • (String)


6392
6393
6394
6395
6396
6397
6398
6399
6400
# File 'lib/aws-sdk-guardduty/types.rb', line 6392

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

#organizationTypes::Organization

The ISP organization information of the remote IP address.

Returns:



6392
6393
6394
6395
6396
6397
6398
6399
6400
# File 'lib/aws-sdk-guardduty/types.rb', line 6392

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