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

ScheduledInstancesIpv6Address

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

Describes an IPv6 address.

interface ScheduledInstancesIpv6Address {
Ipv6Address?: string | null;
}

§Properties

§
Ipv6Address?: string | null
[src]

The IPv6 address.