Class: Aws::Types::KPIPrimaryValueConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::KPIPrimaryValueConditionalFormatting
- 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.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def icon @icon end |
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def text_color @text_color end |