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

ImportSnapshotResult

import type { ImportSnapshotResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ImportSnapshotResult {
Description?: string | null;
ImportTaskId?: string | null;
SnapshotTaskDetail?: SnapshotTaskDetail | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

A description of the import snapshot task.

§
ImportTaskId?: string | null
[src]

The ID of the import snapshot task.

§
SnapshotTaskDetail?: SnapshotTaskDetail | null
[src]

Information about the import snapshot task.

§
Tags: Tag[]
[src]

Any tags assigned to the import snapshot task.