Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListGroupMembershipsResponse

import type { ListGroupMembershipsResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface ListGroupMembershipsResponse {
GroupMemberships: GroupMembership[];
NextToken?: string | null;
}

§Properties

§
GroupMemberships: GroupMembership[]
[src]

A list of GroupMembership objects in the group.

§
NextToken?: string | null
[src]

The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.