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

SavingsPlanOfferingRate

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

Information about a Savings Plan offering rate.

interface SavingsPlanOfferingRate {
operation?: string | null;
productType?: SavingsPlanProductType | null;
properties?: SavingsPlanOfferingRateProperty[] | null;
rate?: string | null;
savingsPlanOffering?: ParentSavingsPlanOffering | null;
serviceCode?: SavingsPlanRateServiceCode | null;
unit?: SavingsPlanRateUnit | null;
usageType?: string | null;
}

§Properties

§
operation?: string | null
[src]

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

§
productType?: SavingsPlanProductType | null
[src]

The product type.

§

The properties.

§
rate?: string | null
[src]

The Savings Plan rate.

§
savingsPlanOffering?: ParentSavingsPlanOffering | null
[src]

The Savings Plan offering.

§
serviceCode?: SavingsPlanRateServiceCode | null
[src]

The service.

§

The unit.

§
usageType?: string | null
[src]

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