Class: Aws::QuickSight::Types::TableOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::TableOptions
 
 
- 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
- 
  
    
      #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.
      34320 34321 34322 34323 34324 34325 34326 34327  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34320 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.
      34320 34321 34322 34323 34324 34325 34326 34327  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34320 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.
      34320 34321 34322 34323 34324 34325 34326 34327  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34320 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.
      34320 34321 34322 34323 34324 34325 34326 34327  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34320 class TableOptions < Struct.new( :orientation, :header_style, :cell_style, :row_alternate_color_options) SENSITIVE = [] include Aws::Structure end  |