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

GetSnapshotRequest

import type { GetSnapshotRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface GetSnapshotRequest {
ownerAccount?: string | null;
snapshotArn?: string | null;
snapshotName?: string | null;
}

§Properties

§
ownerAccount?: string | null
[src]

The owner Amazon Web Services account of a snapshot shared with another user.

§
snapshotArn?: string | null
[src]

The Amazon Resource Name (ARN) of the snapshot to return.

§
snapshotName?: string | null
[src]

The name of the snapshot to return.