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

ListSnapshotsInRecycleBinResult

import type { ListSnapshotsInRecycleBinResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface ListSnapshotsInRecycleBinResult {
NextToken?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

§

Information about the snapshots.