Class: Aws::QuickSight::Types::TableBorderOptions

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

Overview

The border options for a table border.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color of a table border.

Returns:

  • (String)


32104
32105
32106
32107
32108
32109
32110
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32104

class TableBorderOptions < Struct.new(
  :color,
  :thickness,
  :style)
  SENSITIVE = []
  include Aws::Structure
end

#styleString

The style (none, solid) of a table border.

Returns:

  • (String)


32104
32105
32106
32107
32108
32109
32110
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32104

class TableBorderOptions < Struct.new(
  :color,
  :thickness,
  :style)
  SENSITIVE = []
  include Aws::Structure
end

#thicknessInteger

The thickness of a table border.

Returns:

  • (Integer)


32104
32105
32106
32107
32108
32109
32110
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32104

class TableBorderOptions < Struct.new(
  :color,
  :thickness,
  :style)
  SENSITIVE = []
  include Aws::Structure
end