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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



921
922
923
924
925
926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 921

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

#brand_element_styleTypes::BrandElementStyle

The element style.



921
922
923
924
925
926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 921

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