Class: Aws::QuickSight::Types::TableOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The table options for a table visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_styleTypes::TableCellStyle

The table cell style of table cells.



27737
27738
27739
27740
27741
27742
27743
27744
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27737

class TableOptions < Struct.new(
  :orientation,
  :header_style,
  :cell_style,
  :row_alternate_color_options)
  SENSITIVE = []
  include Aws::Structure
end

#header_styleTypes::TableCellStyle

The table cell style of a table header.



27737
27738
27739
27740
27741
27742
27743
27744
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27737

class TableOptions < Struct.new(
  :orientation,
  :header_style,
  :cell_style,
  :row_alternate_color_options)
  SENSITIVE = []
  include Aws::Structure
end

#orientationString

The orientation (vertical, horizontal) for a table.

Returns:

  • (String)


27737
27738
27739
27740
27741
27742
27743
27744
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27737

class TableOptions < Struct.new(
  :orientation,
  :header_style,
  :cell_style,
  :row_alternate_color_options)
  SENSITIVE = []
  include Aws::Structure
end

#row_alternate_color_optionsTypes::RowAlternateColorOptions

The row alternate color options (widget status, row alternate colors) for a table.



27737
27738
27739
27740
27741
27742
27743
27744
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27737

class TableOptions < Struct.new(
  :orientation,
  :header_style,
  :cell_style,
  :row_alternate_color_options)
  SENSITIVE = []
  include Aws::Structure
end