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

DescribeVolumesResult

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

§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.

§
Volumes: Volume[]
[src]

Information about the volumes.