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.
35508 35509 35510 35511 35512 35513 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35508 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |
#gradient ⇒ String
The gradient background option for sheets.
35508 35509 35510 35511 35512 35513 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35508 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |