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.
361 362 363 |
# File 'sig/types.rbs', line 361 def brand_color_palette @brand_color_palette end |
#brand_element_style ⇒ Types::BrandElementStyle
Returns the value of attribute brand_element_style.
363 364 365 |
# File 'sig/types.rbs', line 363 def brand_element_style @brand_element_style end |
#contextual_accent_palette ⇒ Types::ContextualAccentPalette
Returns the value of attribute contextual_accent_palette.
362 363 364 |
# File 'sig/types.rbs', line 362 def contextual_accent_palette @contextual_accent_palette end |