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.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def expression @expression end |
#icon_set_type ⇒ "PLUS_MINUS", ...
Returns the value of attribute icon_set_type.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def icon_set_type @icon_set_type end |