Class: Aws::Types::ThemeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ThemeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_color_palette ⇒ Types::DataColorPalette
Returns the value of attribute data_color_palette.
-
#sheet ⇒ Types::SheetStyle
Returns the value of attribute sheet.
-
#typography ⇒ Types::Typography
Returns the value of attribute typography.
-
#ui_color_palette ⇒ Types::UIColorPalette
Returns the value of attribute ui_color_palette.
Instance Attribute Details
#data_color_palette ⇒ Types::DataColorPalette
Returns the value of attribute data_color_palette.
11455 11456 11457 |
# File 'sig/types.rbs', line 11455 def data_color_palette @data_color_palette end |
#sheet ⇒ Types::SheetStyle
Returns the value of attribute sheet.
11457 11458 11459 |
# File 'sig/types.rbs', line 11457 def sheet @sheet end |
#typography ⇒ Types::Typography
Returns the value of attribute typography.
11458 11459 11460 |
# File 'sig/types.rbs', line 11458 def typography @typography end |
#ui_color_palette ⇒ Types::UIColorPalette
Returns the value of attribute ui_color_palette.
11456 11457 11458 |
# File 'sig/types.rbs', line 11456 def ui_color_palette @ui_color_palette end |