Class: Aws::QuickSight::Types::TooltipOptions

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

Overview

The display options for the visual tooltip.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_based_tooltipTypes::FieldBasedTooltip

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.



28375
28376
28377
28378
28379
28380
28381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28375

class TooltipOptions < Struct.new(
  :tooltip_visibility,
  :selected_tooltip_type,
  :field_based_tooltip)
  SENSITIVE = []
  include Aws::Structure
end

#selected_tooltip_typeString

The selected type for the tooltip. Choose one of the following options:

  • BASIC: A basic tooltip.

  • DETAILED: A detailed tooltip.

Returns:

  • (String)


28375
28376
28377
28378
28379
28380
28381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28375

class TooltipOptions < Struct.new(
  :tooltip_visibility,
  :selected_tooltip_type,
  :field_based_tooltip)
  SENSITIVE = []
  include Aws::Structure
end

#tooltip_visibilityString

Determines whether or not the tooltip is visible.

Returns:

  • (String)


28375
28376
28377
28378
28379
28380
28381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28375

class TooltipOptions < Struct.new(
  :tooltip_visibility,
  :selected_tooltip_type,
  :field_based_tooltip)
  SENSITIVE = []
  include Aws::Structure
end