- Navigation Guide
@aws-sdk/client-iam
GetGroupCommandOutput Interface
The output of GetGroupCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Group Required | Group | undefined | A structure that contains details about the group. |
Users Required | User[] | undefined | A list of users in the group. |
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 GetGroupCommandOutput extends GetGroupResponse, MetadataBearer