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

DescribeThingGroupResponse

import type { DescribeThingGroupResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeThingGroupResponse {
indexName?: string | null;
queryString?: string | null;
queryVersion?: string | null;
status?: DynamicGroupStatus | null;
thingGroupArn?: string | null;
thingGroupId?: string | null;
thingGroupMetadata?: ThingGroupMetadata | null;
thingGroupName?: string | null;
thingGroupProperties?: ThingGroupProperties | null;
version?: number | null;
}

§Properties

§
indexName?: string | null
[src]

The dynamic thing group index name.

§
queryString?: string | null
[src]

The dynamic thing group search query string.

§
queryVersion?: string | null
[src]

The dynamic thing group query version.

§
status?: DynamicGroupStatus | null
[src]

The dynamic thing group status.

§
thingGroupArn?: string | null
[src]

The thing group ARN.

§
thingGroupId?: string | null
[src]

The thing group ID.

§
thingGroupMetadata?: ThingGroupMetadata | null
[src]

Thing group metadata.

§
thingGroupName?: string | null
[src]

The name of the thing group.

§
thingGroupProperties?: ThingGroupProperties | null
[src]

The thing group properties.

§
version?: number | null
[src]

The version of the thing group.