EmptyVisual

An empty visual.

Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an EmptyVisual until a visual type is selected.

Types

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

Properties

Link copied to clipboard

The list of custom actions that are configured for a visual.

Link copied to clipboard

The data set that is used in the empty visual. Every visual requires a dataset to render.

Link copied to clipboard

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Functions

Link copied to clipboard
inline fun copy(block: EmptyVisual.Builder.() -> Unit = {}): EmptyVisual
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