GetOrganizationalUnitResult

data class GetOrganizationalUnitResult(val arn: String? = null, val id: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of this OU.

Link copied to clipboard
val id: String? = null

The unique identifier (ID) associated with this OU.

Link copied to clipboard
val name: String? = null

The friendly name of this OU.

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

A list of tags that you want to attach to the newly created OU.