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

RemoteIpDetails

import type { RemoteIpDetails } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the remote IP address of the connection.

interface RemoteIpDetails {
City?: City | null;
Country?: Country | null;
GeoLocation?: GeoLocation | null;
IpAddressV4?: string | null;
Organization?: Organization | null;
}

§Properties

§
City?: City | null
[src]

The city information of the remote IP address.

§
Country?: Country | null
[src]

The country code of the remote IP address.

§
GeoLocation?: GeoLocation | null
[src]

The location information of the remote IP address.

§
IpAddressV4?: string | null
[src]

The IPv4 remote address of the connection.

§
Organization?: Organization | null
[src]

The ISP organization information of the remote IP address.