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.
10089 10090 10091 |
# File 'sig/types.rbs', line 10089 def info_icon_text @info_icon_text end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
10088 10089 10090 |
# File 'sig/types.rbs', line 10088 def visibility @visibility end |