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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

The city information of the remote IP address.

Returns:



4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-guardduty/types.rb', line 4902

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

#countryTypes::Country

The country code of the remote IP address.

Returns:



4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-guardduty/types.rb', line 4902

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

#geo_locationTypes::GeoLocation

The location information of the remote IP address.

Returns:



4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-guardduty/types.rb', line 4902

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

#ip_address_v4String

The IPv4 remote address of the connection.

Returns:

  • (String)


4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-guardduty/types.rb', line 4902

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

#organizationTypes::Organization

The ISP organization information of the remote IP address.

Returns:



4902
4903
4904
4905
4906
4907
4908
4909
4910
# File 'lib/aws-sdk-guardduty/types.rb', line 4902

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