Class: Aws::Types::ConditionalFormattingCustomIconOptions
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalFormattingCustomIconOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#icon ⇒ "CARET_UP", ...
Returns the value of attribute icon.
-
#unicode_icon ⇒ ::String
Returns the value of attribute unicode_icon.
Instance Attribute Details
#icon ⇒ "CARET_UP", ...
Returns the value of attribute icon.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def icon @icon end |
#unicode_icon ⇒ ::String
Returns the value of attribute unicode_icon.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def unicode_icon @unicode_icon end |