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

GetAutoSnapshotsResult

import type { GetAutoSnapshotsResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetAutoSnapshotsResult {
autoSnapshots?: AutoSnapshotDetails[] | null;
resourceName?: string | null;
resourceType?: ResourceType | null;
}

§Properties

§
autoSnapshots?: AutoSnapshotDetails[] | null
[src]

An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

§
resourceName?: string | null
[src]

The name of the source instance or disk for the automatic snapshots.

§
resourceType?: ResourceType | null
[src]

The resource type (e.g., Instance or Disk).