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

ThingGroupDocument

import type { ThingGroupDocument } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface ThingGroupDocument {
attributes?: {
[key: string]: string | null | undefined;
}
| null;
parentGroupNames?: string[] | null;
thingGroupDescription?: string | null;
thingGroupId?: string | null;
thingGroupName?: string | null;
}

§Properties

§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
parentGroupNames?: string[] | null
[src]
§
thingGroupDescription?: string | null
[src]
§
thingGroupId?: string | null
[src]
§
thingGroupName?: string | null
[src]