Class: Aws::Types::ConditionalFormattingIconSet
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalFormattingIconSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#icon_set_type ⇒ "PLUS_MINUS", ...
Returns the value of attribute icon_set_type.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def expression @expression end |
#icon_set_type ⇒ "PLUS_MINUS", ...
Returns the value of attribute icon_set_type.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def icon_set_type @icon_set_type end |