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

GetProtectedQueryInput

import type { GetProtectedQueryInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface GetProtectedQueryInput {
membershipIdentifier: string;
protectedQueryIdentifier: string;
}

§Properties

§
membershipIdentifier: string
[src]

The identifier for a membership in a protected query instance.

§
protectedQueryIdentifier: string
[src]

The identifier for a protected query instance.