Class: Aws::QuickSight::Types::ApplicationTheme

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

Overview

The application theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#brand_color_paletteTypes::BrandColorPalette

The color palette.



916
917
918
919
920
921
# File 'lib/aws-sdk-quicksight/types.rb', line 916

class ApplicationTheme < Struct.new(
  :brand_color_palette,
  :brand_element_style)
  SENSITIVE = []
  include Aws::Structure
end

#brand_element_styleTypes::BrandElementStyle

The element style.



916
917
918
919
920
921
# File 'lib/aws-sdk-quicksight/types.rb', line 916

class ApplicationTheme < Struct.new(
  :brand_color_palette,
  :brand_element_style)
  SENSITIVE = []
  include Aws::Structure
end