Class: Aws::Types::TableOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_styleTypes::TableCellStyle

Returns the value of attribute cell_style.



10818
10819
10820
# File 'sig/types.rbs', line 10818

def cell_style
  @cell_style
end

#header_styleTypes::TableCellStyle

Returns the value of attribute header_style.



10817
10818
10819
# File 'sig/types.rbs', line 10817

def header_style
  @header_style
end

#orientation"VERTICAL", "HORIZONTAL"

Returns the value of attribute orientation.

Returns:

  • ("VERTICAL", "HORIZONTAL")


10816
10817
10818
# File 'sig/types.rbs', line 10816

def orientation
  @orientation
end

#row_alternate_color_optionsTypes::RowAlternateColorOptions

Returns the value of attribute row_alternate_color_options.



10819
10820
10821
# File 'sig/types.rbs', line 10819

def row_alternate_color_options
  @row_alternate_color_options
end