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

ListThingsInBillingGroupResponse

import type { ListThingsInBillingGroupResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListThingsInBillingGroupResponse {
nextToken?: string | null;
things?: string[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to get the next set of results. Will not be returned if operation has returned all results.

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

A list of things in the billing group.