Values.WorkerConfigurationSummarySourceThe summary of a worker configuration.
type nonrec t = {creationTime : string option;The time that a worker configuration was created.
*)description : string option;The description of a worker configuration.
*)latestRevision : WorkerConfigurationRevisionSummary.t option;The latest revision of a worker configuration.
*)name : string option;The name of the worker configuration.
*)workerConfigurationArn : string option;The Amazon Resource Name (ARN) of the worker configuration.
*)workerConfigurationState : WorkerConfigurationState.t option;The state of the worker configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Timestamp of string ])
list
| `Timestamp of string ])
list ]