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.



10733
10734
10735
# File 'sig/types.rbs', line 10733

def cell
  @cell
end

#rowTypes::TableRowConditionalFormatting

Returns the value of attribute row.



10734
10735
10736
# File 'sig/types.rbs', line 10734

def row
  @row
end