Learn R Programming

paws.analytics (version 0.1.6)

quicksight_describe_dashboard: Provides a summary for a dashboard

Description

Provides a summary for a dashboard.

Usage

quicksight_describe_dashboard(AwsAccountId, DashboardId, VersionNumber,
  AliasName)

Arguments

AwsAccountId

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

DashboardId

[required] The ID for the dashboard.

VersionNumber

The version number for the dashboard. If a version number isn\'t passed, the latest published dashboard version is described.

AliasName

The alias name.

Request syntax

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