Values.GetSolNetworkInstanceMetadataSourceThe metadata of a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
type nonrec t = {createdAt : SyntheticTimestamp_date_time.t option;The date that the resource was created.
*)lastModified : SyntheticTimestamp_date_time.t option;The date that the resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list ]