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

ListPricingRulesAssociatedToPricingPlanInput

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

§Properties

§
BillingPeriod?: string | null
[src]

The billing period for which the pricing rule associations are to 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.

§
PricingPlanArn: string
[src]

The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.