Values_1.DashboardVersionSummarySourceDashboard version summary.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the resource.
*)createdTime : Values_0.Timestamp.t option;The time that this dashboard version was created.
*)versionNumber : VersionNumber.t option;Version number.
*)status : Values_0.ResourceStatus.t option;The HTTP status of the request.
*)sourceEntityArn : Values_0.Arn.t option;Source entity ARN.
*)description : VersionDescription.t option;Description.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]