Class: Aws::Types::SheetImageTooltipConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SheetImageTooltipConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tooltip_text ⇒ Types::SheetImageTooltipText
Returns the value of attribute tooltip_text.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#tooltip_text ⇒ Types::SheetImageTooltipText
Returns the value of attribute tooltip_text.
10163 10164 10165 |
# File 'sig/types.rbs', line 10163 def tooltip_text @tooltip_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
10164 10165 10166 |
# File 'sig/types.rbs', line 10164 def visibility @visibility end |