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

GetGroupsResult

import type { GetGroupsResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetGroupsResult {
Groups?: GroupSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Groups?: GroupSummary[] | null
[src]

The collection of all active groups.

§
NextToken?: string | null
[src]

Pagination token.