Values_0.DBSnapshotAttributesResultSourceContains the results of a successful call to the DescribeDBSnapshotAttributes API action. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
type nonrec t = {dBSnapshotIdentifier : String_.t option;The identifier of the manual DB snapshot that the attributes apply to.
*)dBSnapshotAttributes : DBSnapshotAttributeList.t option;The list of attributes and values for the manual DB snapshot.
*)}