Class: Aws::Types::PortalContent
- Inherits:
-
Object
- Object
- Aws::Types::PortalContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#theme ⇒ Types::PortalTheme
Returns the value of attribute theme.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def display_name @display_name end |
#theme ⇒ Types::PortalTheme
Returns the value of attribute theme.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def theme @theme end |