Class: Aws::Types::ConditionalFormattingCustomIconCondition
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalFormattingCustomIconCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#display_configuration ⇒ Types::ConditionalFormattingIconDisplayConfiguration
Returns the value of attribute display_configuration.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#icon_options ⇒ Types::ConditionalFormattingCustomIconOptions
Returns the value of attribute icon_options.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def color @color end |
#display_configuration ⇒ Types::ConditionalFormattingIconDisplayConfiguration
Returns the value of attribute display_configuration.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def display_configuration @display_configuration end |
#expression ⇒ ::String
Returns the value of attribute expression.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def expression @expression end |
#icon_options ⇒ Types::ConditionalFormattingCustomIconOptions
Returns the value of attribute icon_options.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def @icon_options end |