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.



11208
11209
11210
# File 'sig/types.rbs', line 11208

def cell_style
  @cell_style
end

#header_styleTypes::TableCellStyle

Returns the value of attribute header_style.



11207
11208
11209
# File 'sig/types.rbs', line 11207

def header_style
  @header_style
end

#orientation"VERTICAL", "HORIZONTAL"

Returns the value of attribute orientation.

Returns:

  • ("VERTICAL", "HORIZONTAL")


11206
11207
11208
# File 'sig/types.rbs', line 11206

def orientation
  @orientation
end

#row_alternate_color_optionsTypes::RowAlternateColorOptions

Returns the value of attribute row_alternate_color_options.



11209
11210
11211
# File 'sig/types.rbs', line 11209

def row_alternate_color_options
  @row_alternate_color_options
end