You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::IpAddressDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IpAddressDetails
- Defined in:
- (unknown)
Overview
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
Returned by:
Instance Attribute Summary collapse
-
#ip_address_v4 ⇒ String
-
#ip_city ⇒ Types::IpCity
Provides information about the city that an IP address originated from.
.
-
#ip_country ⇒ Types::IpCountry
Provides information about the country that an IP address originated from.
.
-
#ip_geo_location ⇒ Types::IpGeoLocation
Provides geographic coordinates that indicate where a specified IP address originated from.
.
-
#ip_owner ⇒ Types::IpOwner
Provides information about the registered owner of an IP address.
.
Instance Attribute Details
#ip_address_v4 ⇒ String
#ip_city ⇒ Types::IpCity
Provides information about the city that an IP address originated from.
#ip_country ⇒ Types::IpCountry
Provides information about the country that an IP address originated from.
#ip_geo_location ⇒ Types::IpGeoLocation
Provides geographic coordinates that indicate where a specified IP address originated from.
#ip_owner ⇒ Types::IpOwner
Provides information about the registered owner of an IP address.