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.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def icon @icon end |
#unicode_icon ⇒ ::String
Returns the value of attribute unicode_icon.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def unicode_icon @unicode_icon end |