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-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
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]
§
ColumnLevelPermissionRulesApplied?: boolean | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
DataSetId?: string | null
[src]
§
ImportMode?: DataSetImportMode | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
Name?: string | null
[src]
§
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null
[src]
§
RowLevelPermissionTagConfigurationApplied?: boolean | null
[src]