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

ReservedDBInstancesOffering

import type { ReservedDBInstancesOffering } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

interface ReservedDBInstancesOffering {
CurrencyCode?: string | null;
DBInstanceClass?: string | null;
Duration?: number | null;
FixedPrice?: number | null;
MultiAZ?: boolean | null;
OfferingType?: string | null;
ProductDescription?: string | null;
RecurringCharges: RecurringCharge[];
ReservedDBInstancesOfferingId?: string | null;
UsagePrice?: number | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code for the reserved DB instance offering.

§
DBInstanceClass?: string | null
[src]

The DB instance class for the reserved DB instance.

§
Duration?: number | null
[src]

The duration of the offering in seconds.

§
FixedPrice?: number | null
[src]

The fixed price charged for this offering.

§
MultiAZ?: boolean | null
[src]

Indicates if the offering applies to Multi-AZ deployments.

§
OfferingType?: string | null
[src]

The offering type.

§
ProductDescription?: string | null
[src]

The database engine used by the offering.

§
RecurringCharges: RecurringCharge[]
[src]

The recurring price charged to run this reserved DB instance.

§
ReservedDBInstancesOfferingId?: string | null
[src]

The offering identifier.

§
UsagePrice?: number | null
[src]

The hourly price charged for this offering.