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

Instance

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

The ID of an EC2 instance.

interface Instance {
InstanceId?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The instance ID.