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

HierarchyGroup

import type { HierarchyGroup } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains information about a hierarchy group.

interface HierarchyGroup {
Arn?: string | null;
HierarchyPath?: HierarchyPath | null;
Id?: string | null;
LevelId?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the hierarchy group.

§
HierarchyPath?: HierarchyPath | null
[src]

Information about the levels in the hierarchy group.

§
Id?: string | null
[src]

The identifier of the hierarchy group.

§
LevelId?: string | null
[src]

The identifier of the level in the hierarchy group.

§
Name?: string | null
[src]

The name of the hierarchy group.