Class: Aws::QuickSight::Types::GlobalTableBorderOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GlobalTableBorderOptions
- 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
-
#side_specific_border ⇒ Types::TableSideBorderOptions
Determines the options for side specific border.
-
#uniform_border ⇒ Types::TableBorderOptions
Determines the options for uniform border.
Instance Attribute Details
#side_specific_border ⇒ Types::TableSideBorderOptions
Determines the options for side specific border.
17874 17875 17876 17877 17878 17879 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17874 class GlobalTableBorderOptions < Struct.new( :uniform_border, :side_specific_border) SENSITIVE = [] include Aws::Structure end |
#uniform_border ⇒ Types::TableBorderOptions
Determines the options for uniform border.
17874 17875 17876 17877 17878 17879 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17874 class GlobalTableBorderOptions < Struct.new( :uniform_border, :side_specific_border) SENSITIVE = [] include Aws::Structure end |