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

ProtectedQuery

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

The parameters for an AWS Clean Rooms protected query.

interface ProtectedQuery {
createTime: Date | number;
error?: ProtectedQueryError | null;
id: string;
membershipArn: string;
membershipId: string;
result?: ProtectedQueryResult | null;
resultConfiguration: ProtectedQueryResultConfiguration;
statistics?: ProtectedQueryStatistics | null;
}

§Properties

§
createTime: Date | number
[src]

The time at which the protected query was created.

§

An error thrown by the protected query.

§
id: string
[src]

The identifier for a protected query instance.

§
membershipArn: string
[src]

The ARN of the membership.

§
membershipId: string
[src]

The identifier for the membership.

§

The result of the protected query.

§

Contains any details needed to write the query results.

§

The protected query SQL parameters.

§
statistics?: ProtectedQueryStatistics | null
[src]

Statistics about protected query execution.

§

The status of the query.