Class: Aws::QuickSight::Types::GridLayoutElementBackgroundStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GridLayoutElementBackgroundStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The background style configuration of a grid layout element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color ⇒ String
The background color of a grid layout element.
-
#visibility ⇒ String
The background visibility of a grid layout element.
Instance Attribute Details
#color ⇒ String
The background color of a grid layout element.
24356 24357 24358 24359 24360 24361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24356 class GridLayoutElementBackgroundStyle < Struct.new( :visibility, :color) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The background visibility of a grid layout element.
24356 24357 24358 24359 24360 24361 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24356 class GridLayoutElementBackgroundStyle < Struct.new( :visibility, :color) SENSITIVE = [] include Aws::Structure end |