Module Values.ContainerAttributeSource

A unique identifier for a container in a container fleet compute. Returned by: DescribeCompute

Sourcetype nonrec t = {
  1. containerName : NonZeroAnd128MaxAsciiString.t option;
    (*

    The identifier for a container that's running in a compute.

    *)
  2. containerRuntimeId : NonEmptyString.t option;
    (*

    The runtime ID for the container that's running in a compute. This value is unique within the compute.

    *)
}
Sourceval make : ?containerName:??? -> ?containerRuntimeId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonZeroAnd128MaxAsciiString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t