Learn R Programming

paws.analytics (version 0.1.6)

quicksight_update_dashboard_published_version: Updates the published version of a dashboard

Description

Updates the published version of a dashboard.

Usage

quicksight_update_dashboard_published_version(AwsAccountId, DashboardId,
  VersionNumber)

Arguments

AwsAccountId

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

DashboardId

[required] The ID for the dashboard.

VersionNumber

[required] The version number of the dashboard.

Request syntax

svc$update_dashboard_published_version(
  AwsAccountId = "string",
  DashboardId = "string",
  VersionNumber = 123
)