Class: Aws::QuickSight::Types::EmptyVisual

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::VisualCustomAction>

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

Returns:



13380
13381
13382
13383
13384
13385
13386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13380

class EmptyVisual < Struct.new(
  :visual_id,
  :data_set_identifier,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_identifierString

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

Returns:

  • (String)


13380
13381
13382
13383
13384
13385
13386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13380

class EmptyVisual < Struct.new(
  :visual_id,
  :data_set_identifier,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#visual_idString

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.

Returns:

  • (String)


13380
13381
13382
13383
13384
13385
13386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13380

class EmptyVisual < Struct.new(
  :visual_id,
  :data_set_identifier,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end