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.
11208 11209 11210 |
# File 'sig/types.rbs', line 11208 def cell_style @cell_style end |
#header_style ⇒ Types::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.
11206 11207 11208 |
# File 'sig/types.rbs', line 11206 def orientation @orientation end |
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
11209 11210 11211 |
# File 'sig/types.rbs', line 11209 def @row_alternate_color_options end |