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

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

Overview

Contains information about the remote IP address of the connection.

Constant Summary collapse

SENSITIVE =
[:ip_address_v4, :ip_address_v6]

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

The city information of the remote IP address.

Returns:



6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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

#countryTypes::Country

The country code of the remote IP address.

Returns:



6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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

#geo_locationTypes::GeoLocation

The location information of the remote IP address.

Returns:



6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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

#ip_address_v4String

The IPv4 remote address of the connection.

Returns:

  • (String)


6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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

#ip_address_v6String

The IPv6 remote address of the connection.

Returns:

  • (String)


6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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

#organizationTypes::Organization

The ISP organization information of the remote IP address.

Returns:



6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6409

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