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.



29081
29082
29083
29084
29085
29086
29087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29081

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)


29081
29082
29083
29084
29085
29086
29087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29081

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)


29081
29082
29083
29084
29085
29086
29087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29081

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