Provides a summary for a dashboard.
quicksight_describe_dashboard(AwsAccountId, DashboardId, VersionNumber,
AliasName)
[required] The ID of the AWS account that contains the dashboard that you\'re describing.
[required] The ID for the dashboard.
The version number for the dashboard. If a version number isn\'t passed, the latest published dashboard version is described.
The alias name.
svc$describe_dashboard( AwsAccountId = "string", DashboardId = "string", VersionNumber = 123, AliasName = "string" )