Values_0.BatchDescribeDataTableValueSuccessResultSourceA batch describe data table value success result.
type nonrec t = {recordId : DataTableId.t option;The result's record ID.
*)attributeId : DataTableId.t option;The result's attribute ID.
*)primaryValues : PrimaryValuesResponseSet.t option;The result's primary values.
*)attributeName : DataTableName.t option;The result's attribute name.
*)value : String_.t option;The result's value.
*)lockVersion : DataTableLockVersion.t option;The result's lock version.
*)lastModifiedTime : Timestamp.t option;The result's last modified time.
*)lastModifiedRegion : RegionName.t option;The result's last modified region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DataTableName.t ]) list ]
list
| `String of DataTableId.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]