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.
14426 14427 14428 14429 14430 14431 14432 14433 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14426 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the tooltip item.
14426 14427 14428 14429 14430 14431 14432 14433 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14426 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.
14426 14427 14428 14429 14430 14431 14432 14433 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14426 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the tooltip item.
14426 14427 14428 14429 14430 14431 14432 14433 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14426 class FieldTooltipItem < Struct.new( :field_id, :label, :visibility, :tooltip_target) SENSITIVE = [] include Aws::Structure end |