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

SnapshotTaskDetail

import type { SnapshotTaskDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface SnapshotTaskDetail {
Description?: string | null;
DiskImageSize?: number | null;
Encrypted?: boolean | null;
Format?: string | null;
KmsKeyId?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
Status?: string | null;
StatusMessage?: string | null;
Url?: string | null;
UserBucket?: UserBucketDetails | null;
}

§Properties

§
Description?: string | null
[src]
§
DiskImageSize?: number | null
[src]
§
Encrypted?: boolean | null
[src]
§
Format?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
Progress?: string | null
[src]
§
SnapshotId?: string | null
[src]
§
Status?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
Url?: string | null
[src]
§
UserBucket?: UserBucketDetails | null
[src]