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

RestoreAddressToClassicResult

import type { RestoreAddressToClassicResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface RestoreAddressToClassicResult {
PublicIp?: string | null;
Status?: Status | null;
}

§Properties

§
PublicIp?: string | null
[src]

The Elastic IP address.

§
Status?: Status | null
[src]

The move status for the IP address.