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.
10733 10734 10735 |
# File 'sig/types.rbs', line 10733 def cell @cell end |
#row ⇒ Types::TableRowConditionalFormatting
Returns the value of attribute row.
10734 10735 10736 |
# File 'sig/types.rbs', line 10734 def row @row end |