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

GetPropertyValueRequest

import type { GetPropertyValueRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetPropertyValueRequest {
componentName?: string | null;
componentTypeId?: string | null;
entityId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
propertyGroupName?: string | null;
selectedProperties: string[];
tabularConditions?: TabularConditions | null;
workspaceId: string;
}

§Properties

§
componentName?: string | null
[src]

The name of the component whose property values the operation returns.

§
componentTypeId?: string | null
[src]

The ID of the component type whose property values the operation returns.

§
entityId?: string | null
[src]

The ID of the entity whose property values the operation returns.

§
maxResults?: number | null
[src]

The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
propertyGroupName?: string | null
[src]

The property group name.

§
selectedProperties: string[]
[src]

The properties whose values the operation returns.

§
tabularConditions?: TabularConditions | null
[src]

The tabular conditions.

§
workspaceId: string
[src]

The ID of the workspace whose values the operation returns.