- Navigation Guide
@aws-sdk/client-workdocs
DescribeGroupsCommandOutput Interface
The output of DescribeGroupsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Groups | GroupMetadata[] | undefined | The list of groups. |
Marker | string | undefined | The marker to use when requesting the next set of results. If there are no additional results, the string is empty. |
Full Signature
export interface DescribeGroupsCommandOutput extends DescribeGroupsResponse, MetadataBearer