UserHierarchyStructureHierarchyStructureLevelOne

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

Constructors

constructor(arn: String? = null, id: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val id: String? = null

The identifier of the hierarchy level.

Link copied to clipboard

The name of the user hierarchy level. Must not be more than 50 characters.