Class: Aws::QuickSight::Types::ColumnTooltipItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnTooltipItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The tooltip item for the columns that are not part of a field well.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::AggregationFunction
The aggregation function of the column tooltip item.
-
#column ⇒ Types::ColumnIdentifier
The target column of the tooltip item.
-
#label ⇒ String
The label of the tooltip item.
-
#tooltip_target ⇒ String
Determines the target of the column tooltip item in a combo chart visual.
-
#visibility ⇒ String
The visibility of the tooltip item.
Instance Attribute Details
#aggregation ⇒ Types::AggregationFunction
The aggregation function of the column tooltip item.
4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4164 class ColumnTooltipItem < Struct.new( :column, :label, :visibility, :aggregation, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The target column of the tooltip item.
4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4164 class ColumnTooltipItem < Struct.new( :column, :label, :visibility, :aggregation, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the tooltip item.
4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4164 class ColumnTooltipItem < Struct.new( :column, :label, :visibility, :aggregation, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#tooltip_target ⇒ String
Determines the target of the column tooltip item in a combo chart visual.
4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4164 class ColumnTooltipItem < Struct.new( :column, :label, :visibility, :aggregation, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the tooltip item.
4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4164 class ColumnTooltipItem < Struct.new( :column, :label, :visibility, :aggregation, :tooltip_target) SENSITIVE = [] include Aws::Structure end |