Update Group
quicksight_update_group | R Documentation |
Changes a group description¶
Description¶
Changes a group description.
Usage¶
Arguments¶
GroupName
[required] The name of the group that you want to update.
Description
The description for the group that you want to update.
AwsAccountId
[required] The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
Namespace
[required] The namespace of the group that you want to update.
Value¶
A list with the following syntax:
list(
Group = list(
Arn = "string",
GroupName = "string",
Description = "string",
PrincipalId = "string"
),
RequestId = "string",
Status = 123
)