GetDomainPlainArgs

data class GetDomainPlainArgs(val id: String) : ConvertibleToJava<GetDomainPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The id of the Amazon DataZone domain.

Functions

Link copied to clipboard
open override fun toJava(): GetDomainPlainArgs