Values_2.ViewSummarySourceA summary of a view's metadata.
type nonrec t = {id : Values_1.ViewId.t option;The identifier of the view.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the view.
*)name : Values_1.ViewName.t option;The name of the view.
*)type_ : Values_1.ViewType.t option;The type of the view.
*)status : Values_1.ViewStatus.t option;Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
*)description : Values_1.ViewDescription.t option;The description of the view.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.ViewId.t ]) list ]