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

RecurringCharge

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

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

interface RecurringCharge {
RecurringChargeAmount?: number | null;
RecurringChargeFrequency?: string | null;
}

§Properties

§
RecurringChargeAmount?: number | null
[src]

The amount of the recurring charge.

§
RecurringChargeFrequency?: string | null
[src]

The frequency of the recurring charge.