Values.ViewSourceA view resource object. Contains metadata and content necessary to render the view.
type nonrec t = {id : ViewId.t option;The identifier of the view.
*)arn : ARN.t option;The Amazon Resource Name (ARN) of the view.
*)name : ViewName.t option;The name of the view.
*)version : ViewVersion.t option;The current version of the view.
*)content : ViewContent.t option;View content containing all content necessary to render a view except for runtime input data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ViewVersion.t
| `String of ViewId.t
| `Structure of
(string
* [> `List of [> `String of ViewAction.t ] list
| `String of ViewInputSchema.t ])
list ])
list ]