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

GetAttributeValuesRequest

import type { GetAttributeValuesRequest } from "https://aws-api.deno.dev/v0.3/services/pricing.ts?docs=full";
interface GetAttributeValuesRequest {
AttributeName: string;
MaxResults?: number | null;
NextToken?: string | null;
ServiceCode: string;
}

§Properties

§
AttributeName: string
[src]

The name of the attribute that you want to retrieve the values for, such as volumeType.

§
MaxResults?: number | null
[src]

The maximum number of results to return in response.

§
NextToken?: string | null
[src]

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

§
ServiceCode: string
[src]

The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.