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

AssignPrivateIpAddressesResult

import type { AssignPrivateIpAddressesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssignPrivateIpAddressesResult {
AssignedIpv4Prefixes: Ipv4PrefixSpecification[];
AssignedPrivateIpAddresses: AssignedPrivateIpAddress[];
NetworkInterfaceId?: string | null;
}

§Properties

§
AssignedIpv4Prefixes: Ipv4PrefixSpecification[]
[src]

The IPv4 prefixes that are assigned to the network interface.

§
AssignedPrivateIpAddresses: AssignedPrivateIpAddress[]
[src]

The private IP addresses assigned to the network interface.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.