- Navigation Guide
@aws-sdk/client-iam
ListGroupsForUserCommandOutput Interface
The output of ListGroupsForUserCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Groups Required | Group[] | undefined | A list of groups. |
IsTruncated | boolean | undefined | A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the |
Marker | string | undefined | When |
Full Signature
export interface ListGroupsForUserCommandOutput extends ListGroupsForUserResponse, MetadataBearer