Module Values_2.TrialComponentSimpleSummarySource

A short summary of a trial component.

Sourcetype nonrec t = {
  1. trialComponentName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the trial component.

    *)
  2. trialComponentArn : Values_0.TrialComponentArn.t option;
    (*

    The Amazon Resource Name (ARN) of the trial component.

    *)
  3. trialComponentSource : TrialComponentSource.t option;
  4. creationTime : Values_0.Timestamp.t option;
    (*

    When the component was created.

    *)
  5. createdBy : Values_0.UserContext.t option;
}
Sourceval make : ?trialComponentName:??? -> ?trialComponentArn:??? -> ?trialComponentSource:??? -> ?creationTime:??? -> ?createdBy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ExperimentEntityName.t | `Structure of (string * [> `String of TrialComponentSourceArn.t | `Structure of (string * [> `String of string ]) list ]) list | `Timestamp of Values_0.Timestamp.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