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.4/services/elasticbeanstalk.ts?docs=full";

The description of an Amazon EC2 instance.

interface Instance {
Id?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the Amazon EC2 instance.