Class: Aws::Types::TableRowConditionalFormatting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorTypes::ConditionalFormattingColor

Returns the value of attribute background_color.



11231
11232
11233
# File 'sig/types.rbs', line 11231

def background_color
  @background_color
end

#text_colorTypes::ConditionalFormattingColor

Returns the value of attribute text_color.



11232
11233
11234
# File 'sig/types.rbs', line 11232

def text_color
  @text_color
end