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

Snapshot

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

Describes a directory snapshot.

interface Snapshot {
DirectoryId?: string | null;
Name?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
Status?: SnapshotStatus | null;
Type?: SnapshotType | null;
}

§Properties

§
DirectoryId?: string | null
[src]

The directory identifier.

§
Name?: string | null
[src]

The descriptive name of the snapshot.

§
SnapshotId?: string | null
[src]

The snapshot identifier.

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

The date and time that the snapshot was taken.

§
Status?: SnapshotStatus | null
[src]

The snapshot status.

§
Type?: SnapshotType | null
[src]

The snapshot type.