Class: Aws::Types::TableOptions
- Inherits:
-
Object
- Object
- Aws::Types::TableOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_style ⇒ Types::TableCellStyle
Returns the value of attribute cell_style.
-
#header_style ⇒ Types::TableCellStyle
Returns the value of attribute header_style.
-
#orientation ⇒ "VERTICAL", "HORIZONTAL"
Returns the value of attribute orientation.
-
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
Instance Attribute Details
#cell_style ⇒ Types::TableCellStyle
Returns the value of attribute cell_style.
10818 10819 10820 |
# File 'sig/types.rbs', line 10818 def cell_style @cell_style end |
#header_style ⇒ Types::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.
10816 10817 10818 |
# File 'sig/types.rbs', line 10816 def orientation @orientation end |
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
10819 10820 10821 |
# File 'sig/types.rbs', line 10819 def @row_alternate_color_options end |