Learn R Programming

paws.analytics (version 0.1.6)

quicksight_update_group: 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 AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

Namespace

[required] The namespace. Currently, you should set this to default.

Request syntax

svc$update_group(
  GroupName = "string",
  Description = "string",
  AwsAccountId = "string",
  Namespace = "string"
)