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

DescribeSnapshotsResult

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

§Properties

§
NextToken?: string | null
[src]

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

§
Snapshots: Snapshot[]
[src]

Information about the snapshots.