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

DescribeElasticGpusResult

import type { DescribeElasticGpusResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeElasticGpusResult {
ElasticGpuSet: ElasticGpus[];
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ElasticGpuSet: ElasticGpus[]
[src]

Information about the Elastic Graphics accelerators.

§
MaxResults?: number | null
[src]

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.