- Navigation Guide
@aws-sdk/client-quicksight
ListUserGroupsCommandOutput Interface
The output of ListUserGroupsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
GroupList | Group[] | undefined | The list of groups the user is a member of. |
NextToken | string | undefined | A pagination token that can be used in a subsequent request. |
RequestId | string | undefined | The Amazon Web Services request ID for this operation. |
Status | number | undefined | The HTTP status of the request. |
Full Signature
export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, MetadataBearer