Values_1.DescribeExperimentResponseSourceProvides a list of an experiment's properties.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment.
*)experimentArn : Values_0.ExperimentArn.t option;The Amazon Resource Name (ARN) of the experiment.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
*)source : ExperimentSource.t option;The Amazon Resource Name (ARN) of the source and, optionally, the type.
*)description : Values_0.ExperimentDescription.t option;The description of the experiment.
*)creationTime : Values_0.Timestamp.t option;When the experiment was created.
*)createdBy : Values_0.UserContext.t option;Who created the experiment.
*)lastModifiedTime : Values_0.Timestamp.t option;When the experiment was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;Who last modified the experiment.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `String of ExperimentSourceArn.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]