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.



39484
39485
39486
39487
39488
39489
39490
39491
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39484

class TooltipOptions < Struct.new(
  :tooltip_visibility,
  :selected_tooltip_type,
  :field_based_tooltip,
  :sheet_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)


39484
39485
39486
39487
39488
39489
39490
39491
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39484

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

#sheet_tooltipTypes::SheetTooltip

The configuration of the sheet tooltip.

Returns:



39484
39485
39486
39487
39488
39489
39490
39491
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39484

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

#tooltip_visibilityString

Determines whether or not the tooltip is visible.

Returns:

  • (String)


39484
39485
39486
39487
39488
39489
39490
39491
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39484

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