Class: Aws::QuickSight::Types::ThemeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The theme configuration. This configuration contains all of the display properties for a theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_color_paletteTypes::DataColorPalette

Color properties that apply to chart data colors.



28087
28088
28089
28090
28091
28092
28093
28094
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28087

class ThemeConfiguration < Struct.new(
  :data_color_palette,
  :ui_color_palette,
  :sheet,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end

#sheetTypes::SheetStyle

Display options related to sheets.

Returns:



28087
28088
28089
28090
28091
28092
28093
28094
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28087

class ThemeConfiguration < Struct.new(
  :data_color_palette,
  :ui_color_palette,
  :sheet,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end

#typographyTypes::Typography

Determines the typography options.

Returns:



28087
28088
28089
28090
28091
28092
28093
28094
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28087

class ThemeConfiguration < Struct.new(
  :data_color_palette,
  :ui_color_palette,
  :sheet,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end

#ui_color_paletteTypes::UIColorPalette

Color properties that apply to the UI and to charts, excluding the colors that apply to data.



28087
28088
28089
28090
28091
28092
28093
28094
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28087

class ThemeConfiguration < Struct.new(
  :data_color_palette,
  :ui_color_palette,
  :sheet,
  :typography)
  SENSITIVE = []
  include Aws::Structure
end