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.
31559 31560 31561 31562 31563 31564 31565 31566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31559 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.
31559 31560 31561 31562 31563 31564 31565 31566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31559 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.
31559 31560 31561 31562 31563 31564 31565 31566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31559 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.
31559 31560 31561 31562 31563 31564 31565 31566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31559 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end |