Values_1.ParentDataSetSourceReferences a parent dataset that serves as a data source, including its columns and metadata.
type nonrec t = {dataSetArn : Values_0.Arn.t;The Amazon Resource Name (ARN) of the parent dataset.
*)inputColumns : InputColumnList.t;The list of input columns available from the parent dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.ColumnName.t ])
list ]
list
| `String of Values_0.Arn.t ])
list ]