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

Folder

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

A folder in Amazon QuickSight.

interface Folder {
Arn?: string | null;
CreatedTime?: Date | number | null;
FolderId?: string | null;
FolderPath?: string[] | null;
FolderType?: FolderType | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the folder.

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

The time that the folder was created.

§
FolderId?: string | null
[src]

The ID of the folder.

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

An array of ancestor ARN strings for the folder.

§
FolderType?: FolderType | null
[src]

The type of folder it is.

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

The time that the folder was last updated.

§
Name?: string | null
[src]

A display name for the folder.