Class: Aws::Types::TableConditionalFormattingOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cellTypes::TableCellConditionalFormatting

Returns the value of attribute cell.



11123
11124
11125
# File 'sig/types.rbs', line 11123

def cell
  @cell
end

#rowTypes::TableRowConditionalFormatting

Returns the value of attribute row.



11124
11125
11126
# File 'sig/types.rbs', line 11124

def row
  @row
end