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

SavingsPlanOfferingRateFilterElement

import type { SavingsPlanOfferingRateFilterElement } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";

Information about a filter.

interface SavingsPlanOfferingRateFilterElement {
values?: string[] | null;
}

§Properties

§

The filter name.

§
values?: string[] | null
[src]

The filter values.