Describe Group
| quicksight_describe_group | R Documentation |
Returns an Amazon Quick Sight group's description and Amazon Resource Name (ARN)¶
Description¶
Returns an Amazon Quick Sight group's description and Amazon Resource Name (ARN).
Usage¶
quicksight_describe_group(GroupName, AwsAccountId, Namespace)
Arguments¶
GroupName |
[required] The name of the group that you want to describe. |
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 Quick Sight account. |
Namespace |
[required] The namespace of the group that you want described. |
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$describe_group(
GroupName = "string",
AwsAccountId = "string",
Namespace = "string"
)