Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_user_hierarchy_group_name: Updates the name of the user hierarchy group

Description

Updates the name of the user hierarchy group.

Usage

connect_update_user_hierarchy_group_name(Name, HierarchyGroupId,
  InstanceId)

Value

An empty list.

Arguments

Name

[required] The name of the hierarchy group. Must not be more than 100 characters.

HierarchyGroupId

[required] The identifier of the hierarchy group.

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$update_user_hierarchy_group_name(
  Name = "string",
  HierarchyGroupId = "string",
  InstanceId = "string"
)