Data Set Logical Table Source
data class DataSetLogicalTableSource(val dataSetArn: String? = null, val joinInstruction: DataSetJoinInstruction? = null, val physicalTableId: String? = null)
Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Constructors
Link copied to clipboard
constructor(dataSetArn: String? = null, joinInstruction: DataSetJoinInstruction? = null, physicalTableId: String? = null)