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

ListProtectedQueriesOutput

import type { ListProtectedQueriesOutput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListProtectedQueriesOutput {
nextToken?: string | null;
protectedQueries: ProtectedQuerySummary[];
}

§Properties

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.

§
protectedQueries: ProtectedQuerySummary[]
[src]

A list of protected queries.