UserHierarchyStructureLevelTwo

data class UserHierarchyStructureLevelTwo(val hierarchyLevelArn: String? = null, val hierarchyLevelId: String? = null, val name: String)

Information about level two.

Constructors

Link copied to clipboard
constructor(hierarchyLevelArn: String? = null, hierarchyLevelId: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The identifier of the hierarchy level.

Link copied to clipboard

The name of the hierarchy level.