Module Values.ExportSqlDetailsSource

Provides information about a metadata model assessment exported to SQL.

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

    The Amazon S3 object key for the object containing the exported metadata model assessment.

    *)
  2. objectURL : String_.t option;
    (*

    The URL for the object containing the exported metadata model assessment.

    *)
}
Sourceval make : ?s3ObjectKey:??? -> ?objectURL:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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