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

UpdatePricingPlanOutput

import type { UpdatePricingPlanOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdatePricingPlanOutput {
Arn?: string | null;
Description?: string | null;
LastModifiedTime?: number | null;
Name?: string | null;
Size?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the updated pricing plan.

§
Description?: string | null
[src]

The new description for the pricing rule.

§
LastModifiedTime?: number | null
[src]

The most recent time when the pricing plan was modified.

§
Name?: string | null
[src]

The name of the pricing plan. The name must be unique to each pricing plan.

§
Size?: number | null
[src]

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