Values.DescribeDBClusterSnapshotAttributesResultSourceReturns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot. When you share snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If all is included in the list of values for the restore attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.
type describeDBClusterSnapshotAttributesResult = {dBClusterSnapshotAttributesResult : DBClusterSnapshotAttributesResult.t option;}and t = {describeDBClusterSnapshotAttributesResult : describeDBClusterSnapshotAttributesResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterSnapshotNotFoundFault of DBClusterSnapshotNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterSnapshotNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterSnapshotNotFoundFault of unit
| `Unknown_operation_error of string * string option ]