Method: Aws::QuickSight::Types::GlobalTableBorderOptions#side_specific_border
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#side_specific_border ⇒ Types::TableSideBorderOptions
Determines the options for side specific border.
18850 18851 18852 18853 18854 18855 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18850 class GlobalTableBorderOptions < Struct.new( :uniform_border, :side_specific_border) SENSITIVE = [] include Aws::Structure end |