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/lightsail.ts";
interface Instance {
addOns?: AddOn[] | null;
arn?: string | null;
blueprintId?: string | null;
blueprintName?: string | null;
bundleId?: string | null;
createdAt?: Date | number | null;
hardware?: InstanceHardware | null;
ipAddressType?: IpAddressType | null;
ipv6Addresses?: string[] | null;
isStaticIp?: boolean | null;
location?: ResourceLocation | null;
name?: string | null;
networking?: InstanceNetworking | null;
privateIpAddress?: string | null;
publicIpAddress?: string | null;
resourceType?: ResourceType | null;
sshKeyName?: string | null;
state?: InstanceState | null;
supportCode?: string | null;
tags?: Tag[] | null;
username?: string | null;
}

§Properties

§
addOns?: AddOn[] | null
[src]
§
arn?: string | null
[src]
§
blueprintId?: string | null
[src]
§
blueprintName?: string | null
[src]
§
bundleId?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
hardware?: InstanceHardware | null
[src]
§
ipAddressType?: IpAddressType | null
[src]
§
ipv6Addresses?: string[] | null
[src]
§
isStaticIp?: boolean | null
[src]
§
location?: ResourceLocation | null
[src]
§
name?: string | null
[src]
§
networking?: InstanceNetworking | null
[src]
§
privateIpAddress?: string | null
[src]
§
publicIpAddress?: string | null
[src]
§
resourceType?: ResourceType | null
[src]
§
sshKeyName?: string | null
[src]
§
state?: InstanceState | null
[src]
§
supportCode?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
username?: string | null
[src]