Class: Aws::QuickSight::Types::FreeFormLayoutElementBackgroundStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FreeFormLayoutElementBackgroundStyle
- Includes:
- Structure
- Defined in:
- 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 background color of a free-form layout element.
-
#visibility ⇒ String
The background visibility of a free-form layout element.
Instance Attribute Details
#color ⇒ String
The background color of a free-form layout element.
16693 16694 16695 16696 16697 16698 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16693 class FreeFormLayoutElementBackgroundStyle < Struct.new( :visibility, :color) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The background visibility of a free-form layout element.
16693 16694 16695 16696 16697 16698 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16693 class FreeFormLayoutElementBackgroundStyle < Struct.new( :visibility, :color) SENSITIVE = [] include Aws::Structure end |