Class: Aws::Types::PortalTheme
- Inherits:
-
Object
- Object
- Aws::Types::PortalTheme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_colors ⇒ Types::CustomColors
Returns the value of attribute custom_colors.
-
#logo_last_uploaded ⇒ ::Time
Returns the value of attribute logo_last_uploaded.
Instance Attribute Details
#custom_colors ⇒ Types::CustomColors
Returns the value of attribute custom_colors.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def custom_colors @custom_colors end |
#logo_last_uploaded ⇒ ::Time
Returns the value of attribute logo_last_uploaded.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def logo_last_uploaded @logo_last_uploaded end |