Class: Aws::Types::TextConditionalFormat
- Inherits:
-
Object
- Object
- Aws::Types::TextConditionalFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute background_color.
-
#icon ⇒ Types::ConditionalFormattingIcon
Returns the value of attribute icon.
-
#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.
11028 11029 11030 |
# File 'sig/types.rbs', line 11028 def background_color @background_color end |
#icon ⇒ Types::ConditionalFormattingIcon
Returns the value of attribute icon.
11030 11031 11032 |
# File 'sig/types.rbs', line 11030 def icon @icon end |
#text_color ⇒ Types::ConditionalFormattingColor
Returns the value of attribute text_color.
11029 11030 11031 |
# File 'sig/types.rbs', line 11029 def text_color @text_color end |