Class: Aws::QuickSight::Types::TooltipItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TooltipItem
- 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
-
#column_tooltip_item ⇒ Types::ColumnTooltipItem
The tooltip item for the columns that are not part of a field well.
-
#field_tooltip_item ⇒ Types::FieldTooltipItem
The tooltip item for the fields.
Instance Attribute Details
#column_tooltip_item ⇒ Types::ColumnTooltipItem
The tooltip item for the columns that are not part of a field well.
30094 30095 30096 30097 30098 30099 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30094 class TooltipItem < Struct.new( :field_tooltip_item, :column_tooltip_item) SENSITIVE = [] include Aws::Structure end |
#field_tooltip_item ⇒ Types::FieldTooltipItem
The tooltip item for the fields.
30094 30095 30096 30097 30098 30099 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30094 class TooltipItem < Struct.new( :field_tooltip_item, :column_tooltip_item) SENSITIVE = [] include Aws::Structure end |