Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IpAddressDetails

import type { IpAddressDetails } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the IP address of the device that an entity used to perform an action on an affected resource.

interface IpAddressDetails {
ipAddressV4?: string | null;
ipCity?: IpCity | null;
ipCountry?: IpCountry | null;
ipGeoLocation?: IpGeoLocation | null;
ipOwner?: IpOwner | null;
}

§Properties

§
ipAddressV4?: string | null
[src]

The Internet Protocol version 4 (IPv4) address of the device.

§
ipCity?: IpCity | null
[src]

The city that the IP address originated from.

§
ipCountry?: IpCountry | null
[src]

The country that the IP address originated from.

§
ipGeoLocation?: IpGeoLocation | null
[src]

The geographic coordinates of the location that the IP address originated from.

§
ipOwner?: IpOwner | null
[src]

The registered owner of the IP address.