Class: Aws::GuardDuty::Types::RemoteIpDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RemoteIpDetails
- 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, :ip_address_v6]
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.
-
#ip_address_v6 ⇒ String
The IPv6 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.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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 |
#country ⇒ Types::Country
The country code of the remote IP address.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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_location ⇒ Types::GeoLocation
The location information of the remote IP address.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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_v4 ⇒ String
The IPv4 remote address of the connection.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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_v6 ⇒ String
The IPv6 remote address of the connection.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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 |
#organization ⇒ Types::Organization
The ISP organization information of the remote IP address.
7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7201 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 |