Class: Aws::QuickSight::Types::GlobalTableBorderOptions

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

Overview

Determines the border options for a table visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#side_specific_borderTypes::TableSideBorderOptions

Determines the options for side specific border.



16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-quicksight/types.rb', line 16958

class GlobalTableBorderOptions < Struct.new(
  :uniform_border,
  :side_specific_border)
  SENSITIVE = []
  include Aws::Structure
end

#uniform_borderTypes::TableBorderOptions

Determines the options for uniform border.



16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-quicksight/types.rb', line 16958

class GlobalTableBorderOptions < Struct.new(
  :uniform_border,
  :side_specific_border)
  SENSITIVE = []
  include Aws::Structure
end