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

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



29052
29053
29054
29055
29056
29057
# File 'lib/aws-sdk-quicksight/types.rb', line 29052

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.



29052
29053
29054
29055
29056
29057
# File 'lib/aws-sdk-quicksight/types.rb', line 29052

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