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

PrivateIp

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

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the "DescribeFindings" action.

interface PrivateIp {
privateDnsName?: string | null;
privateIpAddress?: string | null;
}

§Properties

§
privateDnsName?: string | null
[src]

The DNS name of the private IP address.

§
privateIpAddress?: string | null
[src]

The full IP address of the network inteface.