Class: Aws::QuickSight::Types::TooltipItem

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

Overview

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_tooltip_itemTypes::ColumnTooltipItem

The tooltip item for the columns that are not part of a field well.



28898
28899
28900
28901
28902
28903
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28898

class TooltipItem < Struct.new(
  :field_tooltip_item,
  :column_tooltip_item)
  SENSITIVE = []
  include Aws::Structure
end

#field_tooltip_itemTypes::FieldTooltipItem

The tooltip item for the fields.



28898
28899
28900
28901
28902
28903
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28898

class TooltipItem < Struct.new(
  :field_tooltip_item,
  :column_tooltip_item)
  SENSITIVE = []
  include Aws::Structure
end