Values.QueueSummarySourceThe object returned by the ListQueues API action.
type nonrec t = {name : QueueName.t option;The name that identifies the queue.
*)id : String_.t option;The generated unique ID of the queue.
*)arn : String_.t option;The unique Amazon Resource Name (ARN) of the queue.
*)clusterId : String_.t option;The ID of the cluster of the queue.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the resource was created.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The date and time the resource was modified.
*)status : QueueStatus.t option;The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue. The resource enters the SUSPENDING and SUSPENDED states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is SUSPENDED. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of QueueName.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]