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

PricingPlanListElement

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

A representation of a pricing plan.

interface PricingPlanListElement {
Arn?: string | null;
CreationTime?: number | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
Size?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.

§
CreationTime?: number | null
[src]

The time when the pricing plan was created.

§
Description?: string | null
[src]

The pricing plan description.

§
LastModifiedTime?: number | null
[src]

The most recent time when the pricing plan was modified.

§
Name?: string | null
[src]

The name of a pricing plan.

§
Size?: number | null
[src]

The pricing rules count that's currently associated with this pricing plan list element.