Get Registry Result
data class GetRegistryResult(val arn: String? = null, val description: String? = null, val tags: List<RegistryTag>? = null)
Constructors
Link copied to clipboard
fun GetRegistryResult(arn: String? = null, description: String? = null, tags: List<RegistryTag>? = null)