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

ReservedNodesOffering

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

The offering type of this node.

interface ReservedNodesOffering {
Duration?: number | null;
FixedPrice?: number | null;
NodeType?: string | null;
OfferingType?: string | null;
RecurringCharges?: RecurringCharge[] | null;
ReservedNodesOfferingId?: string | null;
}

§Properties

§
Duration?: number | null
[src]

The duration of the reservation in seconds.

§
FixedPrice?: number | null
[src]

The fixed price charged for this reserved node.

§
NodeType?: string | null
[src]

The node type for the reserved nodes. For more information, see Supported node types.

§
OfferingType?: string | null
[src]

The offering type of this reserved node.

§
RecurringCharges?: RecurringCharge[] | null
[src]

The recurring price charged to run this reserved node.

§
ReservedNodesOfferingId?: string | null
[src]

The offering identifier.