quicksight_describe_dashboard_definition {paws.analytics} | R Documentation |
Provides a detailed description of the definition of a dashboard
Description
Provides a detailed description of the definition of a dashboard.
See https://www.paws-r-sdk.com/docs/quicksight_describe_dashboard_definition/ for full documentation.
Usage
quicksight_describe_dashboard_definition(
AwsAccountId,
DashboardId,
VersionNumber = NULL,
AliasName = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services 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. |
[Package paws.analytics version 0.7.0 Index]