Class: Aws::QuickSight::Types::BorderStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BorderStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The display options for tile borders for visuals.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color ⇒ String
The option to add color for tile borders for visuals.
-
#show ⇒ Boolean
The option to enable display of borders for visuals.
-
#width ⇒ String
The option to set the width of tile borders for visuals.
Instance Attribute Details
#color ⇒ String
The option to add color for tile borders for visuals.
3987 3988 3989 3990 3991 3992 3993 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3987 class BorderStyle < Struct.new( :color, :show, :width) SENSITIVE = [] include Aws::Structure end |
#show ⇒ Boolean
The option to enable display of borders for visuals.
3987 3988 3989 3990 3991 3992 3993 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3987 class BorderStyle < Struct.new( :color, :show, :width) SENSITIVE = [] include Aws::Structure end |
#width ⇒ String
The option to set the width of tile borders for visuals.
3987 3988 3989 3990 3991 3992 3993 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3987 class BorderStyle < Struct.new( :color, :show, :width) SENSITIVE = [] include Aws::Structure end |