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

ListPricingPlansAssociatedWithPricingRuleOutput

import type { ListPricingPlansAssociatedWithPricingRuleOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListPricingPlansAssociatedWithPricingRuleOutput {
BillingPeriod?: string | null;
NextToken?: string | null;
PricingPlanArns?: string[] | null;
PricingRuleArn?: string | null;
}

§Properties

§
BillingPeriod?: string | null
[src]

The pricing plan billing period for which associations will be listed.

§
NextToken?: string | null
[src]

The pagination token to be used on subsequent calls.

§
PricingPlanArns?: string[] | null
[src]

The list containing pricing plans that are associated with the requested pricing rule.

§
PricingRuleArn?: string | null
[src]

The pricing rule Amazon Resource Name (ARN) for which associations will be listed.