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

Ipv6PrefixSpecificationResponse

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

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

interface Ipv6PrefixSpecificationResponse {
Ipv6Prefix?: string | null;
}

§Properties

§
Ipv6Prefix?: string | null
[src]

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