Class: Aws::QuickSight::Types::SheetBackgroundStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetBackgroundStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The background configuration for sheets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color ⇒ String
The solid color background option for sheets.
-
#gradient ⇒ String
The gradient background option for sheets.
Instance Attribute Details
#color ⇒ String
The solid color background option for sheets.
35690 35691 35692 35693 35694 35695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35690 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |
#gradient ⇒ String
The gradient background option for sheets.
35690 35691 35692 35693 35694 35695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35690 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |