Learn R Programming

paws.analytics (version 0.1.6)

quicksight_list_dashboard_versions: Lists all the versions of the dashboards in the QuickSight subscription

Description

Lists all the versions of the dashboards in the QuickSight subscription.

Usage

quicksight_list_dashboard_versions(AwsAccountId, DashboardId, NextToken,
  MaxResults)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the dashboard that you\'re listing versions for.

DashboardId

[required] The ID for the dashboard.

NextToken

The token for the next set of results, or null if there are no more results.

MaxResults

The maximum number of results to be returned per request.

Request syntax

svc$list_dashboard_versions(
  AwsAccountId = "string",
  DashboardId = "string",
  NextToken = "string",
  MaxResults = 123
)