Values_2.DescribeDashboardRequestSourceProvides a summary for a dashboard.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard that you're describing.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard.
*)versionNumber : Values_1.VersionNumber.t option;The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
*)aliasName : Values_0.AliasName.t option;The alias name.
*)}val make :
?versionNumber:??? ->
?aliasName:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.VersionNumber.t
| `String of Values_1.AwsAccountId.t ])
list ]