Class: Aws::Types::KPIComparisonValueConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::KPIComparisonValueConditionalFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#icon ⇒ Types::ConditionalFormattingIcon
Returns the value of attribute icon.
-
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
Instance Attribute Details
#icon ⇒ Types::ConditionalFormattingIcon
Returns the value of attribute icon.
6977 6978 6979 |
# File 'sig/types.rbs', line 6977 def icon @icon end |
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
6976 6977 6978 |
# File 'sig/types.rbs', line 6976 def text_color @text_color end |