Class: Aws::QuickSight::Types::FieldTooltipItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FieldTooltipItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The tooltip item for the fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
The unique ID of the field that is targeted by the tooltip.
-
#label ⇒ String
The label of the tooltip item.
-
#tooltip_target ⇒ String
Determines the target of the field tooltip item in a combo chart visual.
-
#visibility ⇒ String
The visibility of the tooltip item.
Instance Attribute Details
#field_id ⇒ String
The unique ID of the field that is targeted by the tooltip.
15271 15272 15273 15274 15275 15276 15277 15278 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15271 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the tooltip item.
15271 15272 15273 15274 15275 15276 15277 15278 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15271 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#tooltip_target ⇒ String
Determines the target of the field tooltip item in a combo chart visual.
15271 15272 15273 15274 15275 15276 15277 15278 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15271 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the tooltip item.
15271 15272 15273 15274 15275 15276 15277 15278 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15271 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |