Class: Aws::QuickSight::Types::SheetImageTooltipConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImageTooltipConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The tooltip configuration for a sheet image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tooltip_text ⇒ Types::SheetImageTooltipText
The text that appears in the tooltip.
-
#visibility ⇒ String
The visibility of the tooltip.
Instance Attribute Details
#tooltip_text ⇒ Types::SheetImageTooltipText
The text that appears in the tooltip.
30012 30013 30014 30015 30016 30017 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30012 class SheetImageTooltipConfiguration < Struct.new( :tooltip_text, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the tooltip.
30012 30013 30014 30015 30016 30017 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30012 class SheetImageTooltipConfiguration < Struct.new( :tooltip_text, :visibility) SENSITIVE = [] include Aws::Structure end |