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

GetAttributeValuesResponse

import type { GetAttributeValuesResponse } from "https://aws-api.deno.dev/v0.3/services/pricing.ts?docs=full";
interface GetAttributeValuesResponse {
AttributeValues?: AttributeValue[] | null;
NextToken?: string | null;
}

§Properties

§
AttributeValues?: AttributeValue[] | null
[src]

The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.