Class: Aws::QuickSight::Types::SheetTooltip
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetTooltip
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of the sheet tooltip.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sheet_id ⇒ String
The sheet ID of the tooltip sheet that is used by the tooltip.
Instance Attribute Details
#sheet_id ⇒ String
The sheet ID of the tooltip sheet that is used by the tooltip.
35992 35993 35994 35995 35996 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35992 class SheetTooltip < Struct.new( :sheet_id) SENSITIVE = [] include Aws::Structure end |