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-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface Snapshot {
DataEncryptionKeyId?: string | null;
Description?: string | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
OutpostArn?: string | null;
OwnerAlias?: string | null;
OwnerId?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
State?: SnapshotState | null;
StateMessage?: string | null;
Tags: Tag[];
VolumeId?: string | null;
VolumeSize?: number | null;
}

§Properties

§
DataEncryptionKeyId?: string | null
[src]
§
Description?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
KmsKeyId?: string | null
[src]
§
OutpostArn?: string | null
[src]
§
OwnerAlias?: string | null
[src]
§
OwnerId?: string | null
[src]
§
Progress?: string | null
[src]
§
SnapshotId?: string | null
[src]
§
StartTime?: Date | number | null
[src]
§
State?: SnapshotState | null
[src]
§
StateMessage?: string | null
[src]
§
Tags: Tag[]
[src]
§
VolumeId?: string | null
[src]
§
VolumeSize?: number | null
[src]