Values_1.NodeSourceDetails about an individual managed node.
type nonrec t = {captureTime : NodeCaptureTime.t option;The UTC timestamp for when the managed node data was last captured.
*)id : NodeId.t option;The ID of the managed node.
*)owner : NodeOwnerInfo.t option;Information about the ownership of the managed node.
*)region : NodeRegion.t option;The Amazon Web Services Region that a managed node was created in or assigned to.
*)nodeType : NodeType.t option;Information about the type of node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NodeId.t
| `Structure of
(string
* [> `String of NodeAccountId.t
| `Structure of
(string
* [> `Enum of string | `String of Values_0.AgentType.t ])
list ])
list
| `Timestamp of NodeCaptureTime.t ])
list ]