Lists all the versions of the dashboards in the QuickSight subscription.
quicksight_list_dashboard_versions(AwsAccountId, DashboardId, NextToken,
MaxResults)
[required] The ID of the AWS account that contains the dashboard that you\'re listing versions for.
[required] The ID for the dashboard.
The token for the next set of results, or null if there are no more results.
The maximum number of results to be returned per request.
svc$list_dashboard_versions( AwsAccountId = "string", DashboardId = "string", NextToken = "string", MaxResults = 123 )