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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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.



28729
28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'lib/aws-sdk-quicksight/types.rb', line 28729

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