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

ListEntitiesResponse

import type { ListEntitiesResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ListEntitiesResponse {
entitySummaries?: EntitySummary[] | null;
nextToken?: string | null;
}

§Properties

§
entitySummaries?: EntitySummary[] | null
[src]

A list of objects that contain information about the entities.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.