You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::RemoteIpDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RemoteIpDetails
- Defined in:
- (unknown)
Overview
Contains information about the remote IP address of the connection.
Returned by:
Instance Attribute Summary collapse
-
#city ⇒ Types::City
The city information of the remote IP address.
-
#country ⇒ Types::Country
The country code of the remote IP address.
-
#geo_location ⇒ Types::GeoLocation
The location information of the remote IP address.
-
#ip_address_v4 ⇒ String
The IPv4 remote address of the connection.
-
#organization ⇒ Types::Organization
The ISP organization information of the remote IP address.
Instance Attribute Details
#city ⇒ Types::City
The city information of the remote IP address.
#country ⇒ Types::Country
The country code of the remote IP address.
#geo_location ⇒ Types::GeoLocation
The location information of the remote IP address.
#ip_address_v4 ⇒ String
The IPv4 remote address of the connection.
#organization ⇒ Types::Organization
The ISP organization information of the remote IP address.