Update Group
quicksight_update_group | R Documentation |
Changes a group description¶
Description¶
Changes a group description.
Usage¶
quicksight_update_group(GroupName, Description, AwsAccountId, Namespace)
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
)
Request syntax¶
svc$update_group(
GroupName = "string",
Description = "string",
AwsAccountId = "string",
Namespace = "string"
)