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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cell_styleTypes::TableCellStyle

The table cell style of table cells.



28774
28775
28776
28777
28778
28779
28780
28781
# File 'lib/aws-sdk-quicksight/types.rb', line 28774

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.



28774
28775
28776
28777
28778
28779
28780
28781
# File 'lib/aws-sdk-quicksight/types.rb', line 28774

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)


28774
28775
28776
28777
28778
28779
28780
28781
# File 'lib/aws-sdk-quicksight/types.rb', line 28774

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.



28774
28775
28776
28777
28778
28779
28780
28781
# File 'lib/aws-sdk-quicksight/types.rb', line 28774

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