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

SchemaSummary

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

The schema summary for the objects listed by the request.

interface SchemaSummary {
analysisMethod?: AnalysisMethod | null;
analysisRuleTypes: AnalysisRuleType[];
collaborationArn: string;
collaborationId: string;
createTime: Date | number;
creatorAccountId: string;
name: string;
type: SchemaType;
updateTime: Date | number;
}

§Properties

§
analysisMethod?: AnalysisMethod | null
[src]

The analysis method for the associated schema. The only valid value is currently DIRECT_QUERY.

§
analysisRuleTypes: AnalysisRuleType[]
[src]

The types of analysis rules that are associated with this schema object.

§
collaborationArn: string
[src]

The unique ARN for the collaboration that the schema belongs to.

§
collaborationId: string
[src]

The unique ID for the collaboration that the schema belongs to.

§
createTime: Date | number
[src]

The time the schema object was created.

§
creatorAccountId: string
[src]

The unique account ID for the AWS account that owns the schema.

§
name: string
[src]

The name for the schema object.

§

The type of schema object. The only valid schema type is currently TABLE.

§
updateTime: Date | number
[src]

The time the schema object was last updated.