Class: Aws::Types::ApplicationTheme
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationTheme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brand_color_palette ⇒ Types::BrandColorPalette
Returns the value of attribute brand_color_palette.
-
#brand_element_style ⇒ Types::BrandElementStyle
Returns the value of attribute brand_element_style.
-
#contextual_accent_palette ⇒ Types::ContextualAccentPalette
Returns the value of attribute contextual_accent_palette.
Instance Attribute Details
#brand_color_palette ⇒ Types::BrandColorPalette
Returns the value of attribute brand_color_palette.
377 378 379 |
# File 'sig/types.rbs', line 377 def brand_color_palette @brand_color_palette end |
#brand_element_style ⇒ Types::BrandElementStyle
Returns the value of attribute brand_element_style.
379 380 381 |
# File 'sig/types.rbs', line 379 def brand_element_style @brand_element_style end |
#contextual_accent_palette ⇒ Types::ContextualAccentPalette
Returns the value of attribute contextual_accent_palette.
378 379 380 |
# File 'sig/types.rbs', line 378 def contextual_accent_palette @contextual_accent_palette end |