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

AutoSnapshotDetails

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

Describes an automatic snapshot.

interface AutoSnapshotDetails {
createdAt?: Date | number | null;
date?: string | null;
fromAttachedDisks?: AttachedDisk[] | null;
status?: AutoSnapshotStatus | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The timestamp when the automatic snapshot was created.

§
date?: string | null
[src]

The date of the automatic snapshot in YYYY-MM-DD format.

§
fromAttachedDisks?: AttachedDisk[] | null
[src]

An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.

§
status?: AutoSnapshotStatus | null
[src]

The status of the automatic snapshot.