Values_2.SnapshotRecycleBinInfoSourceInformation about a snapshot that is currently in the Recycle Bin.
type nonrec t = {snapshotId : Values_0.String_.t option;The ID of the snapshot.
*)recycleBinEnterTime : Values_0.MillisecondDateTime.t option;The date and time when the snapshot entered the Recycle Bin.
*)recycleBinExitTime : Values_0.MillisecondDateTime.t option;The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
*)description : Values_0.String_.t option;The description for the snapshot.
*)volumeId : Values_0.String_.t option;The ID of the volume from which the snapshot was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]