Class: Aws::Types::SheetControlInfoIconLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::SheetControlInfoIconLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#info_icon_text ⇒ ::String
Returns the value of attribute info_icon_text.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#info_icon_text ⇒ ::String
Returns the value of attribute info_icon_text.
10479 10480 10481 |
# File 'sig/types.rbs', line 10479 def info_icon_text @info_icon_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
10478 10479 10480 |
# File 'sig/types.rbs', line 10478 def visibility @visibility end |