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.
11065 11066 11067 |
# File 'sig/types.rbs', line 11065 def data_color_palette @data_color_palette end |
#sheet ⇒ Types::SheetStyle
Returns the value of attribute sheet.
11067 11068 11069 |
# File 'sig/types.rbs', line 11067 def sheet @sheet end |
#typography ⇒ Types::Typography
Returns the value of attribute typography.
11068 11069 11070 |
# File 'sig/types.rbs', line 11068 def typography @typography end |
#ui_color_palette ⇒ Types::UIColorPalette
Returns the value of attribute ui_color_palette.
11066 11067 11068 |
# File 'sig/types.rbs', line 11066 def ui_color_palette @ui_color_palette end |