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

DescribeSavingsPlanRatesResponse

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

§Properties

§
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.

§
savingsPlanId?: string | null
[src]

The ID of the Savings Plan.

§
searchResults?: SavingsPlanRate[] | null
[src]

Information about the Savings Plans rates.