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.3/services/ec2.ts?docs=full";
interface DescribeVolumesResult {
NextToken?: string | null;
Volumes: Volume[];
}

§Properties

§
NextToken?: string | null
[src]

The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
Volumes: Volume[]
[src]

Information about the volumes.