Class: Aws::QuickSight::Types::FieldBasedTooltip
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FieldBasedTooltip
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The setup for the detailed tooltip.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_visibility ⇒ String
The visibility of ‘Show aggregations`.
-
#tooltip_fields ⇒ Array<Types::TooltipItem>
The fields configuration in the tooltip.
-
#tooltip_title_type ⇒ String
The type for the >tooltip title.
Instance Attribute Details
#aggregation_visibility ⇒ String
The visibility of ‘Show aggregations`.
15134 15135 15136 15137 15138 15139 15140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15134 class FieldBasedTooltip < Struct.new( :aggregation_visibility, :tooltip_title_type, :tooltip_fields) SENSITIVE = [] include Aws::Structure end |
#tooltip_fields ⇒ Array<Types::TooltipItem>
The fields configuration in the tooltip.
15134 15135 15136 15137 15138 15139 15140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15134 class FieldBasedTooltip < Struct.new( :aggregation_visibility, :tooltip_title_type, :tooltip_fields) SENSITIVE = [] include Aws::Structure end |
#tooltip_title_type ⇒ String
The type for the >tooltip title. Choose one of the following options:
-
‘NONE`: Doesn’t use the primary value as the title.
-
‘PRIMARY_VALUE`: Uses primary value as the title.
15134 15135 15136 15137 15138 15139 15140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15134 class FieldBasedTooltip < Struct.new( :aggregation_visibility, :tooltip_title_type, :tooltip_fields) SENSITIVE = [] include Aws::Structure end |