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:



11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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:



11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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:



11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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)


11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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)


11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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:



11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11274

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