Class: Aws::QuickSight::Types::TableOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The table options for a table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_style ⇒ Types::TableCellStyle
The table cell style of table cells.
-
#header_style ⇒ Types::TableCellStyle
The table cell style of a table header.
-
#orientation ⇒ String
The orientation (vertical, horizontal) for a table.
-
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
The row alternate color options (widget status, row alternate colors) for a table.
Instance Attribute Details
#cell_style ⇒ Types::TableCellStyle
The table cell style of table cells.
30079 30080 30081 30082 30083 30084 30085 30086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30079 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end |
#header_style ⇒ Types::TableCellStyle
The table cell style of a table header.
30079 30080 30081 30082 30083 30084 30085 30086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30079 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end |
#orientation ⇒ String
The orientation (vertical, horizontal) for a table.
30079 30080 30081 30082 30083 30084 30085 30086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30079 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end |
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
The row alternate color options (widget status, row alternate colors) for a table.
30079 30080 30081 30082 30083 30084 30085 30086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30079 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end |