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

DescribeSavingsPlanRatesRequest

import type { DescribeSavingsPlanRatesRequest } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
interface DescribeSavingsPlanRatesRequest {
filters?: SavingsPlanRateFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
savingsPlanId: string;
}

§Properties

§
filters?: SavingsPlanRateFilter[] | null
[src]

The filters.

§
maxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

§
nextToken?: string | null
[src]

The token for the next page of results.

§
savingsPlanId: string
[src]

The ID of the Savings Plan.