Values.ContainerAttributeSourceA unique identifier for a container in a container fleet compute. Returned by: DescribeCompute
type nonrec t = {containerName : NonZeroAnd128MaxAsciiString.t option;The identifier for a container that's running in a compute.
*)containerRuntimeId : NonEmptyString.t option;The runtime ID for the container that's running in a compute. This value is unique within the compute.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NonZeroAnd128MaxAsciiString.t ]) list ]