Module Values.DBClusterSnapshotAttributesResultSource

Detailed information about the attributes that are associated with a cluster snapshot.

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

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

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

    The list of attributes and values for the 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