Describe Dashboards Qa Configuration
quicksight_describe_dashboards_qa_configuration | R Documentation |
Describes an existing dashboard QA configuration¶
Description¶
Describes an existing dashboard QA configuration.
Usage¶
quicksight_describe_dashboards_qa_configuration(AwsAccountId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want described. |
Value¶
A list with the following syntax:
list(
DashboardsQAStatus = "ENABLED"|"DISABLED",
RequestId = "string",
Status = 123
)
Request syntax¶
svc$describe_dashboards_qa_configuration(
AwsAccountId = "string"
)