Values_2.ProjectSummarySourceInformation about a project.
type nonrec t = {projectName : Values_1.ProjectEntityName.t option;The name of the project.
*)projectDescription : Values_0.EntityDescription.t option;The description of the project.
*)projectArn : Values_1.ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)projectId : Values_1.ProjectId.t option;The ID of the project.
*)creationTime : Values_0.Timestamp.t option;The time that the project was created.
*)projectStatus : Values_1.ProjectStatus.t option;The status of the project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.ProjectEntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]