Values.AutoSnapshotDetailsSourceDescribes an automatic snapshot.
type nonrec t = {date : String_.t option;The date of the automatic snapshot in YYYY-MM-DD format.
*)createdAt : IsoDate.t option;The timestamp when the automatic snapshot was created.
*)status : AutoSnapshotStatus.t option;The status of the automatic snapshot.
*)fromAttachedDisks : AttachedDiskList.t option;An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
*)}