Class: Aws::QuickSight::Types::FreeFormLayoutElementBorderStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FreeFormLayoutElementBorderStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The background style configuration of a free-form layout element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color ⇒ String
The border color of a free-form layout element.
-
#visibility ⇒ String
The border visibility of a free-form layout element.
-
#width ⇒ String
The border width of a free-form layout element.
Instance Attribute Details
#color ⇒ String
The border color of a free-form layout element.
19411 19412 19413 19414 19415 19416 19417 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19411 class FreeFormLayoutElementBorderStyle < Struct.new( :visibility, :color, :width) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The border visibility of a free-form layout element.
19411 19412 19413 19414 19415 19416 19417 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19411 class FreeFormLayoutElementBorderStyle < Struct.new( :visibility, :color, :width) SENSITIVE = [] include Aws::Structure end |
#width ⇒ String
The border width of a free-form layout element.
19411 19412 19413 19414 19415 19416 19417 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19411 class FreeFormLayoutElementBorderStyle < Struct.new( :visibility, :color, :width) SENSITIVE = [] include Aws::Structure end |