Changes a group description.
quicksight_update_group(GroupName, Description, AwsAccountId, Namespace)
[required] The name of the group that you want to update.
The description for the group that you want to update.
[required] The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
[required] The namespace. Currently, you should set this to default
.
A list with the following syntax:
list( Group = list( Arn = "string", GroupName = "string", Description = "string", PrincipalId = "string" ), RequestId = "string", Status = 123 )
svc$update_group( GroupName = "string", Description = "string", AwsAccountId = "string", Namespace = "string" )