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

HostInstance

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

Describes an instance running on a Dedicated Host.

interface HostInstance {
InstanceId?: string | null;
InstanceType?: string | null;
OwnerId?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The ID of instance that is running on the Dedicated Host.

§
InstanceType?: string | null
[src]

The instance type (for example, m3.medium) of the running instance.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the instance.