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

InstanceIpv4Prefix

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

Information about an IPv4 prefix.

interface InstanceIpv4Prefix {
Ipv4Prefix?: string | null;
}

§Properties

§
Ipv4Prefix?: string | null
[src]

One or more IPv4 prefixes assigned to the network interface.