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

BatchGetAssetPropertyValueRequest

import type { BatchGetAssetPropertyValueRequest } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";
interface BatchGetAssetPropertyValueRequest {
nextToken?: string | null;
}

§Properties

§

The list of asset property value entries for the batch get request. You can specify up to 16 entries per request.

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.