class Aws::Connect::Types::CreateUserHierarchyGroupRequest

@note When making an API call, you may pass CreateUserHierarchyGroupRequest

data as a hash:

    {
      name: "HierarchyGroupName", # required
      parent_group_id: "HierarchyGroupId",
      instance_id: "InstanceId", # required
    }

@!attribute [rw] name

The name of the user hierarchy group. Must not be more than 100
characters.
@return [String]

@!attribute [rw] parent_group_id

The identifier for the parent hierarchy group. The user hierarchy is
created at level one if the parent group ID is null.
@return [String]

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserHierarchyGroupRequest AWS API Documentation

Constants

SENSITIVE