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

QueryInfo

import type { QueryInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface QueryInfo {
createTime?: number | null;
logGroupName?: string | null;
queryId?: string | null;
queryString?: string | null;
status?: QueryStatus | null;
}

§Properties

§
createTime?: number | null
[src]
§
logGroupName?: string | null
[src]
§
queryId?: string | null
[src]
§
queryString?: string | null
[src]
§
status?: QueryStatus | null
[src]