GetGroupsResultCopyimport type { GetGroupsResult } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";interface GetGroupsResult {Groups?: GroupSummary[] | null;NextToken?: string | null;}§Properties§Groups?: GroupSummary[] | null[src]§NextToken?: string | null[src]