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-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface Instance {
EbsVolumes?: EbsVolume[] | null;
Ec2InstanceId?: string | null;
Id?: string | null;
InstanceFleetId?: string | null;
InstanceGroupId?: string | null;
InstanceType?: string | null;
Market?: MarketType | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
PublicDnsName?: string | null;
PublicIpAddress?: string | null;
Status?: InstanceStatus | null;
}

§Properties

§
EbsVolumes?: EbsVolume[] | null
[src]
§
Ec2InstanceId?: string | null
[src]
§
Id?: string | null
[src]
§
InstanceFleetId?: string | null
[src]
§
InstanceGroupId?: string | null
[src]
§
InstanceType?: string | null
[src]
§
Market?: MarketType | null
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PublicDnsName?: string | null
[src]
§
PublicIpAddress?: string | null
[src]
§
Status?: InstanceStatus | null
[src]