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.



28638
28639
28640
28641
28642
28643
28644
28645
# File 'lib/aws-sdk-quicksight/types.rb', line 28638

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.



28638
28639
28640
28641
28642
28643
28644
28645
# File 'lib/aws-sdk-quicksight/types.rb', line 28638

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)


28638
28639
28640
28641
28642
28643
28644
28645
# File 'lib/aws-sdk-quicksight/types.rb', line 28638

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.



28638
28639
28640
28641
28642
28643
28644
28645
# File 'lib/aws-sdk-quicksight/types.rb', line 28638

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