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

ListPricingRulesFilter

import type { ListPricingRulesFilter } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

The filter that specifies criteria that the pricing rules returned by the ListPricingRules API will adhere to.

interface ListPricingRulesFilter {
Arns?: string[] | null;
}

§Properties

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

A list containing the pricing rule Amazon Resource Names (ARNs) to include in the API response.