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

DescribeEnvironmentMembershipsResult

import type { DescribeEnvironmentMembershipsResult } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface DescribeEnvironmentMembershipsResult {
memberships?: EnvironmentMember[] | null;
nextToken?: string | null;
}

§Properties

§
memberships?: EnvironmentMember[] | null
[src]

Information about the environment members for the environment.

§
nextToken?: string | null
[src]

If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.