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.
15521 15522 15523 15524 15525 15526 15527 15528 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15521 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the tooltip item.
15521 15522 15523 15524 15525 15526 15527 15528 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15521 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.
15521 15522 15523 15524 15525 15526 15527 15528 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15521 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the tooltip item.
15521 15522 15523 15524 15525 15526 15527 15528 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15521 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |