GetRegistryResult

data class GetRegistryResult(val arn: String? = null, val description: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Amazon Resource Name for the created Registry.

Link copied to clipboard
val description: String? = null

A description of the registry. If description is not provided, there will not be any default value for this.

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

List of tags to tag the Registry