Values_2.NotebookInstanceLifecycleConfigSummarySourceProvides a summary of a notebook instance lifecycle configuration.
type nonrec t = {notebookInstanceLifecycleConfigName : Values_1.NotebookInstanceLifecycleConfigName.t
option;The name of the lifecycle configuration.
*)notebookInstanceLifecycleConfigArn : Values_1.NotebookInstanceLifecycleConfigArn.t
option;The Amazon Resource Name (ARN) of the lifecycle configuration.
*)creationTime : Values_0.CreationTime.t option;A timestamp that tells when the lifecycle configuration was created.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;A timestamp that tells when the lifecycle configuration was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.NotebookInstanceLifecycleConfigName.t
| `Timestamp of Values_0.CreationTime.t ])
list ]