Class: Aws::QuickSight::Types::SheetBackgroundStyle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#colorString

The solid color background option for sheets.

Returns:

  • (String)


40734
40735
40736
40737
40738
40739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40734

class SheetBackgroundStyle < Struct.new(
  :color,
  :gradient)
  SENSITIVE = []
  include Aws::Structure
end

#gradientString

The gradient background option for sheets.

Returns:

  • (String)


40734
40735
40736
40737
40738
40739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40734

class SheetBackgroundStyle < Struct.new(
  :color,
  :gradient)
  SENSITIVE = []
  include Aws::Structure
end