Provides the read and write permissions for an analysis.
quicksight_describe_analysis_permissions(AwsAccountId, AnalysisId)
[required] The ID of the AWS account that contains the analysis whose permissions you're describing. You must be using the AWS account that the analysis is in.
[required] The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.
A list with the following syntax:
list( AnalysisId = "string", AnalysisArn = "string", Permissions = list( list( Principal = "string", Actions = list( "string" ) ) ), Status = 123, RequestId = "string" )
svc$describe_analysis_permissions( AwsAccountId = "string", AnalysisId = "string" )