Values_2.ViewVersionSummarySourceA summary of a view version's metadata.
type nonrec t = {id : Values_1.ViewId.t option;The identifier of the view version.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the view version.
*)description : Values_1.ViewDescription.t option;The description of the view version.
*)name : Values_1.ViewName.t option;The name of the view version.
*)type_ : Values_1.ViewType.t option;The type of the view version.
*)version : Values_1.ViewVersion.t option;The sequentially incremented version of the view version.
*)versionDescription : Values_1.ViewDescription.t option;The description of the view version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_1.ViewVersion.t
| `String of Values_1.ViewId.t ])
list ]