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

DataSetSummary

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

Dataset summary.

interface DataSetSummary {
Arn?: string | null;
ColumnLevelPermissionRulesApplied?: boolean | null;
CreatedTime?: Date | number | null;
DataSetId?: string | null;
ImportMode?: DataSetImportMode | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null;
RowLevelPermissionTagConfigurationApplied?: boolean | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset.

§
ColumnLevelPermissionRulesApplied?: boolean | null
[src]

A value that indicates if the dataset has column level permission configured.

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

The time that this dataset was created.

§
DataSetId?: string | null
[src]

The ID of the dataset.

§
ImportMode?: DataSetImportMode | null
[src]

A value that indicates whether you want to import the data into SPICE.

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

The last time that this dataset was updated.

§
Name?: string | null
[src]

A display name for the dataset.

§
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null
[src]

The row-level security configuration for the dataset.

§
RowLevelPermissionTagConfigurationApplied?: boolean | null
[src]

Whether or not the row level permission tags are applied.