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.
35358 35359 35360 35361 35362 35363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35358 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |
#gradient ⇒ String
The gradient background option for sheets.
35358 35359 35360 35361 35362 35363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35358 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |