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

SavingsPlanOfferingFilterElement

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

Information about a filter.

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

§Properties

§

The filter name.

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

The filter values.