Values_1.DashboardSummarySourceDashboard summary.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the resource.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t option;Dashboard ID.
*)name : DashboardName.t option;A display name for the dashboard.
*)createdTime : Values_0.Timestamp.t option;The time that this dashboard was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time that this dashboard was updated.
*)publishedVersionNumber : VersionNumber.t option;Published version number.
*)lastPublishedTime : Values_0.Timestamp.t option;The last time that this dashboard was published.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]