Lists IAM policy assignments in the current Amazon QuickSight account.
quicksight_list_iam_policy_assignments(AwsAccountId, AssignmentStatus,
Namespace, NextToken, MaxResults)
[required] The ID of the AWS account that contains these IAM policy assignments.
The status of the assignments.
[required] The namespace for the assignments.
The token for the next set of results, or null if there are no more results.
The maximum number of results to be returned per request.
svc$list_iam_policy_assignments( AwsAccountId = "string", AssignmentStatus = "ENABLED"|"DRAFT"|"DISABLED", Namespace = "string", NextToken = "string", MaxResults = 123 )