Sheet

class Sheet

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of images on a sheet.

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The unique identifier associated with a sheet.

Functions

Link copied to clipboard
inline fun copy(block: Sheet.Builder.() -> Unit = {}): Sheet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String