UserHierarchyGroupHierarchyPathLevelTwo

data class UserHierarchyGroupHierarchyPathLevelTwo(val arn: String? = null, val id: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the hierarchy group.

Link copied to clipboard
val id: String? = null

The identifier of the hierarchy group.

Link copied to clipboard
val name: String? = null

The name of the user hierarchy group. Must not be more than 100 characters.