Class: Aws::QuickSight::Types::TableSideBorderOptions

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

Overview

The side border options for a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bottomTypes::TableBorderOptions

The table border options of the bottom border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end

#inner_horizontalTypes::TableBorderOptions

The table border options of the inner horizontal border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end

#inner_verticalTypes::TableBorderOptions

The table border options of the inner vertical border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end

#leftTypes::TableBorderOptions

The table border options of the left border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end

#rightTypes::TableBorderOptions

The table border options of the right border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end

#topTypes::TableBorderOptions

The table border options of the top border.



36342
36343
36344
36345
36346
36347
36348
36349
36350
36351
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36342

class TableSideBorderOptions < Struct.new(
  :inner_vertical,
  :inner_horizontal,
  :left,
  :right,
  :top,
  :bottom)
  SENSITIVE = []
  include Aws::Structure
end