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

ListBillingGroupsFilter

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

The filter that specifies the billing groups and pricing plans to retrieve billing group information.

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

§Properties

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

The list of billing group Amazon Resource Names (ARNs) to retrieve information.

§
PricingPlan?: string | null
[src]

The pricing plan Amazon Resource Names (ARNs) to retrieve information.