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

ListPricingRulesAssociatedToPricingPlanOutput

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

§Properties

§
BillingPeriod?: string | null
[src]

The billing period for which the pricing rule associations are listed.

§
NextToken?: string | null
[src]

The pagination token to be used on subsequent calls.

§
PricingPlanArn?: string | null
[src]

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

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

A list containing pricing rules that are associated with the requested pricing plan.