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

AssignedPrivateIpAddress

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

Describes the private IP addresses assigned to a network interface.

interface AssignedPrivateIpAddress {
PrivateIpAddress?: string | null;
}

§Properties

§
PrivateIpAddress?: string | null
[src]

The private IP address assigned to the network interface.