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

SavingsPlanRate

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

Information about a Savings Plan rate.

interface SavingsPlanRate {
currency?: CurrencyCode | null;
operation?: string | null;
productType?: SavingsPlanProductType | null;
properties?: SavingsPlanRateProperty[] | null;
rate?: string | null;
serviceCode?: SavingsPlanRateServiceCode | null;
unit?: SavingsPlanRateUnit | null;
usageType?: string | null;
}

§Properties

§
currency?: CurrencyCode | null
[src]

The currency.

§
operation?: string | null
[src]

The specific AWS operation for the line item in the billing report.

§
productType?: SavingsPlanProductType | null
[src]

The product type.

§
properties?: SavingsPlanRateProperty[] | null
[src]

The properties.

§
rate?: string | null
[src]

The rate.

§
serviceCode?: SavingsPlanRateServiceCode | null
[src]

The service.

§

The unit.

§
usageType?: string | null
[src]

The usage details of the line item in the billing report.