Values.EnvironmentSummarySourceContains a subset of the possible runtime environment attributes. Used in the environment list.
type nonrec t = {creationTime : Timestamp.t option;The timestamp when the runtime environment was created.
*)engineType : EngineType.t option;The target platform for the runtime environment.
*)engineVersion : EngineVersion.t option;The version of the runtime engine.
*)environmentArn : Arn.t option;The Amazon Resource Name (ARN) of a particular runtime environment.
*)environmentId : Identifier.t option;The unique identifier of a particular runtime environment.
*)instanceType : String20.t option;The instance type of the runtime environment.
*)name : EntityName.t option;The name of the runtime environment.
*)networkType : NetworkType.t option;The network type supported by the runtime environment.
*)status : EnvironmentLifecycle.t option;The status of the runtime environment
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EngineVersion.t
| `Timestamp of Timestamp.t ])
list ]