Values.SimulationMetadataSourceA collection of data about the simulation.
type nonrec t = {arn : SimSpaceWeaverArn.t option;The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
*)creationTime : Timestamp.t option;The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
*)name : SimSpaceWeaverResourceName.t option;The name of the simulation.
*)status : SimulationStatus.t option;The current status of the simulation.
*)targetStatus : SimulationTargetStatus.t option;The desired status of the simulation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SimSpaceWeaverArn.t
| `Timestamp of Timestamp.t ])
list ]