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

ListSnapshotsResponse

import type { ListSnapshotsResponse } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListSnapshotsResponse {
nextToken?: string | null;
snapshots?: Snapshot[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

§
snapshots?: Snapshot[] | null
[src]

All of the returned snapshot objects.