@aws-sdk/client-quicksight

SearchGroupsCommandOutput Interface

The output of SearchGroupsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
GroupList Group[] | undefined

A list of groups in a specified namespace that match the filters you set in your SearchGroups request.

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 SearchGroupsCommandOutput extends SearchGroupsResponse, MetadataBearer