Class: Aws::Types::TableConditionalFormattingOption
- Inherits:
-
Object
- Object
- Aws::Types::TableConditionalFormattingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell ⇒ Types::TableCellConditionalFormatting
Returns the value of attribute cell.
-
#row ⇒ Types::TableRowConditionalFormatting
Returns the value of attribute row.
Instance Attribute Details
#cell ⇒ Types::TableCellConditionalFormatting
Returns the value of attribute cell.
11123 11124 11125 |
# File 'sig/types.rbs', line 11123 def cell @cell end |
#row ⇒ Types::TableRowConditionalFormatting
Returns the value of attribute row.
11124 11125 11126 |
# File 'sig/types.rbs', line 11124 def row @row end |