Module Values.DBClusterSnapshotAttributesResultSource

Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action. Manual DB cluster snapshot attributes are used to authorize other Amazon accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

Sourcetype nonrec t = {
  1. dBClusterSnapshotIdentifier : String_.t option;
    (*

    The identifier of the manual DB cluster snapshot that the attributes apply to.

    *)
  2. dBClusterSnapshotAttributes : DBClusterSnapshotAttributeList.t option;
    (*

    The list of attributes and values for the manual DB cluster snapshot.

    *)
}
Sourceval make : ?dBClusterSnapshotIdentifier:??? -> ?dBClusterSnapshotAttributes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t