Class: Aws::QuickSight::Types::SheetBackgroundStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetBackgroundStyle
- Defined in:
- gems/aws-sdk-quicksight/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.
33262 33263 33264 33265 33266 33267 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33262 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |
#gradient ⇒ String
The gradient background option for sheets.
33262 33263 33264 33265 33266 33267 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33262 class SheetBackgroundStyle < Struct.new( :color, :gradient) SENSITIVE = [] include Aws::Structure end |