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

WorkGroupSummary

import type { WorkGroupSummary } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";

The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.

interface WorkGroupSummary {
CreationTime?: Date | number | null;
Description?: string | null;
EngineVersion?: EngineVersion | null;
Name?: string | null;
State?: WorkGroupState | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The workgroup creation date and time.

§
Description?: string | null
[src]

The workgroup description.

§
EngineVersion?: EngineVersion | null
[src]

The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

§
Name?: string | null
[src]

The name of the workgroup.

§
State?: WorkGroupState | null
[src]

The state of the workgroup.