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

Analysis

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

Metadata structure for an analysis in Amazon QuickSight

interface Analysis {
AnalysisId?: string | null;
Arn?: string | null;
CreatedTime?: Date | number | null;
DataSetArns?: string[] | null;
Errors?: AnalysisError[] | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
Sheets?: Sheet[] | null;
Status?: ResourceStatus | null;
ThemeArn?: string | null;
}

§Properties

§
AnalysisId?: string | null
[src]

The ID of the analysis.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the analysis.

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

The time that the analysis was created.

§
DataSetArns?: string[] | null
[src]

The ARNs of the datasets of the analysis.

§
Errors?: AnalysisError[] | null
[src]

Errors associated with the analysis.

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

The time that the analysis was last updated.

§
Name?: string | null
[src]

The descriptive name of the analysis.

§
Sheets?: Sheet[] | null
[src]

A list of the associated sheets with the unique identifier and name of each sheet.

§
Status?: ResourceStatus | null
[src]

Status associated with the analysis.

§
ThemeArn?: string | null
[src]

The ARN of the theme of the analysis.