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

ListProtectedQueriesInput

import type { ListProtectedQueriesInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListProtectedQueriesInput {
maxResults?: number | null;
membershipIdentifier: string;
nextToken?: string | null;
status?: ProtectedQueryStatus | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.

§
membershipIdentifier: string
[src]

The identifier for the membership in the collaboration.

§
nextToken?: string | null
[src]

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

§

A filter on the status of the protected query.