GetDirectoryRegistrationResult

data class GetDirectoryRegistrationResult(val directoryRegistrationArn: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(directoryRegistrationArn: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata assigned to a directory registration consisting of a key-value pair.