Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_describe_user_hierarchy_group: Describes the specified hierarchy group

Description

Describes the specified hierarchy group.

Usage

connect_describe_user_hierarchy_group(HierarchyGroupId, InstanceId)

Value

A list with the following syntax:

list(
  HierarchyGroup = list(
    Id = "string",
    Arn = "string",
    Name = "string",
    LevelId = "string",
    HierarchyPath = list(
      LevelOne = list(
        Id = "string",
        Arn = "string",
        Name = "string"
      ),
      LevelTwo = list(
        Id = "string",
        Arn = "string",
        Name = "string"
      ),
      LevelThree = list(
        Id = "string",
        Arn = "string",
        Name = "string"
      ),
      LevelFour = list(
        Id = "string",
        Arn = "string",
        Name = "string"
      ),
      LevelFive = list(
        Id = "string",
        Arn = "string",
        Name = "string"
      )
    )
  )
)

Arguments

HierarchyGroupId

[required] The identifier of the hierarchy group.

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$describe_user_hierarchy_group(
  HierarchyGroupId = "string",
  InstanceId = "string"
)