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

ProtectedQuerySummary

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

The protected query summary for the objects listed by the request.

interface ProtectedQuerySummary {
createTime: Date | number;
id: string;
membershipArn: string;
membershipId: string;
}

§Properties

§
createTime: Date | number
[src]

The time the protected query was created.

§
id: string
[src]

The unique ID of the protected query.

§
membershipArn: string
[src]

The unique ARN for the membership that initiated the protected query.

§
membershipId: string
[src]

The unique ID for the membership that initiated the protected query.

§

The status of the protected query. Value values are SUBMITTED, STARTED, CANCELLED, CANCELLING, FAILED, SUCCESS, TIMED_OUT.