GetUserHierarchyGroupResult

data class GetUserHierarchyGroupResult(val instanceArn: String? = null, val name: String? = null, val tags: List<Tag>? = null, val userHierarchyGroupArn: String? = null)

Constructors

Link copied to clipboard
constructor(instanceArn: String? = null, name: String? = null, tags: List<Tag>? = null, userHierarchyGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val name: String? = null

The name of the user hierarchy group.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.

Link copied to clipboard

The Amazon Resource Name (ARN) for the user hierarchy group.