Values.AttemptDetailSourceAn object that represents a job attempt.
type nonrec t = {container : AttemptContainerDetail.t option;The details for the container in this job attempt.
*)startedAt : Long.t option;The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
*)stoppedAt : Long.t option;The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
*)statusReason : String_.t option;A short, human-readable string to provide additional details for the current status of the job attempt.
*)taskProperties : ListAttemptEcsTaskDetails.t option;The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ])
list ]