Class: Aws::Types::TableRowConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::TableRowConditionalFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute background_color.
-
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
Instance Attribute Details
#background_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute background_color.
10841 10842 10843 |
# File 'sig/types.rbs', line 10841 def background_color @background_color end |
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
10842 10843 10844 |
# File 'sig/types.rbs', line 10842 def text_color @text_color end |