Values_0.ContextSummarySourceLists a summary of the properties of a context. A context provides a logical grouping of other entities.
type nonrec t = {contextArn : ContextArn.t option;The Amazon Resource Name (ARN) of the context.
*)contextName : ContextName.t option;The name of the context.
*)source : ContextSource.t option;The source of the context.
*)contextType : String256.t option;The type of the context.
*)creationTime : Timestamp.t option;When the context was created.
*)lastModifiedTime : Timestamp.t option;When the context was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ContextArn.t
| `Structure of (string * [> `String of SourceUri.t ]) list
| `Timestamp of Timestamp.t ])
list ]