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
show all
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

Instance Attribute Details

#ip_address_v4String

Returns:

  • (String)

#ip_cityTypes::IpCity

Provides information about the city that an IP address originated from.

Returns:

  • (Types::IpCity)

    Provides information about the city that an IP address originated from.

    .

#ip_countryTypes::IpCountry

Provides information about the country that an IP address originated from.

Returns:

  • (Types::IpCountry)

    Provides information about the country that an IP address originated from.

    .

#ip_geo_locationTypes::IpGeoLocation

Provides geographic coordinates that indicate where a specified IP address originated from.

Returns:

  • (Types::IpGeoLocation)

    Provides geographic coordinates that indicate where a specified IP address originated from.

    .

#ip_ownerTypes::IpOwner

Provides information about the registered owner of an IP address.

Returns:

  • (Types::IpOwner)

    Provides information about the registered owner of an IP address.

    .