Directory

class Directory

Directory structure that includes the directory name and directory ARN.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the directory was created.

Link copied to clipboard

The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

Link copied to clipboard
val name: String?

The name of the directory.

Link copied to clipboard

The state of the directory. Can be either Enabled, Disabled, or Deleted.

Functions

Link copied to clipboard
inline fun copy(block: Directory.Builder.() -> Unit = {}): Directory
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String