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

Sheet

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

A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

interface Sheet {
Name?: string | null;
SheetId?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

§
SheetId?: string | null
[src]

The unique identifier associated with a sheet.