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

Ipv4PrefixSpecificationResponse

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

Information about the IPv4 delegated prefixes assigned to a network interface.

interface Ipv4PrefixSpecificationResponse {
Ipv4Prefix?: string | null;
}

§Properties

§
Ipv4Prefix?: string | null
[src]

One or more IPv4 delegated prefixes assigned to the network interface.