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

AnalysisSummary

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

The summary metadata that describes an analysis.

interface AnalysisSummary {
AnalysisId?: string | null;
Arn?: string | null;
CreatedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
Status?: ResourceStatus | null;
}

§Properties

§
AnalysisId?: string | null
[src]

The ID of the analysis. This ID displays in the URL.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the analysis.

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

The time that the analysis was created.

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

The time that the analysis was last updated.

§
Name?: string | null
[src]

The name of the analysis. This name is displayed in the Amazon QuickSight console.

§
Status?: ResourceStatus | null
[src]

The last known status for the analysis.