Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_describe_user_hierarchy_structure: Describes the hierarchy structure of the specified Amazon Connect instance

Description

Describes the hierarchy structure of the specified Amazon Connect instance.

Usage

connect_describe_user_hierarchy_structure(InstanceId)

Value

A list with the following syntax:

list(
  HierarchyStructure = 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

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$describe_user_hierarchy_structure(
  InstanceId = "string"
)