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

ListBillingGroupsRequest

import type { ListBillingGroupsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListBillingGroupsRequest {
maxResults?: number | null;
namePrefixFilter?: string | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return per request.

§
namePrefixFilter?: string | null
[src]

Limit the results to billing groups whose names have the given prefix.

§
nextToken?: string | null
[src]

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.