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

SearchGroupsResponse

import type { SearchGroupsResponse } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface SearchGroupsResponse {
GroupList?: Group[] | null;
NextToken?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
GroupList?: Group[] | null
[src]

A list of groups in a specified namespace that match the filters you set in your SearchGroups request.

§
NextToken?: string | null
[src]

A pagination token that can be used in a subsequent request.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.