Values.RestoreSummarySourceContains details for the restore.
type nonrec t = {sourceBackupArn : BackupArn.t option;The Amazon Resource Name (ARN) of the backup from which the table was restored.
*)sourceTableArn : TableArn.t option;The ARN of the source table of the backup that is being restored.
*)restoreDateTime : Date.t option;Point in time or source backup time.
*)restoreInProgress : RestoreInProgress.t option;Indicates if a restore is in progress or not.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RestoreInProgress.t
| `String of BackupArn.t
| `Timestamp of Date.t ])
list ]