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

ListPricingRulesOutput

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

§Properties

§
BillingPeriod?: string | null
[src]

The billing period for which the described pricing rules are applicable.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent calls to get pricing rules.

§
PricingRules?: PricingRuleListElement[] | null
[src]

A list containing the described pricing rules.