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

DescribeAcceleratorsResponse

import type { DescribeAcceleratorsResponse } from "https://aws-api.deno.dev/v0.3/services/elasticinference.ts?docs=full";
interface DescribeAcceleratorsResponse {
acceleratorSet?: ElasticInferenceAccelerator[] | null;
nextToken?: string | null;
}

§Properties

§
acceleratorSet?: ElasticInferenceAccelerator[] | null
[src]

The details of the Elastic Inference Accelerators.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.