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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



13467
13468
13469
13470
13471
13472
13473
# File 'lib/aws-sdk-quicksight/types.rb', line 13467

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)


13467
13468
13469
13470
13471
13472
13473
# File 'lib/aws-sdk-quicksight/types.rb', line 13467

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)


13467
13468
13469
13470
13471
13472
13473
# File 'lib/aws-sdk-quicksight/types.rb', line 13467

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