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

ListPricingPlansAssociatedWithPricingRuleInput

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

§Properties

§
BillingPeriod?: string | null
[src]

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

§
MaxResults?: number | null
[src]

The optional maximum number of pricing rule associations to retrieve.

§
NextToken?: string | null
[src]

The optional pagination token returned by a previous call.

§
PricingRuleArn: string
[src]

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