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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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.



27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27828

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