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

SavingsPlanRateFilterAttribute

import type { SavingsPlanRateFilterAttribute } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
type SavingsPlanRateFilterAttribute =
| "region"
| "instanceFamily"
| "instanceType"
| "productDescription"
| "tenancy"
| "productId"

§Type

§
"region" | "instanceFamily" | "instanceType" | "productDescription" | "tenancy" | "productId" | cmnP.UnexpectedEnumValue
[src]