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.
10553 10554 10555 |
# File 'sig/types.rbs', line 10553 def tooltip_text @tooltip_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
10554 10555 10556 |
# File 'sig/types.rbs', line 10554 def visibility @visibility end |