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

SavingsPlanOfferingRateProperty

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

Information about a property.

interface SavingsPlanOfferingRateProperty {
name?: string | null;
value?: string | null;
}

§Properties

§
name?: string | null
[src]

The property name.

§
value?: string | null
[src]

The property value.