Class: Aws::Types::Theme
- Inherits:
-
Object
- Object
- Aws::Types::Theme
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#theme_favicon_url ⇒ ::String
Returns the value of attribute theme_favicon_url.
-
#theme_footer_links ⇒ ::Array[Types::ThemeFooterLink]
Returns the value of attribute theme_footer_links.
-
#theme_organization_logo_url ⇒ ::String
Returns the value of attribute theme_organization_logo_url.
-
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
-
#theme_title_text ⇒ ::String
Returns the value of attribute theme_title_text.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def created_time @created_time end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def stack_name @stack_name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def state @state end |
#theme_favicon_url ⇒ ::String
Returns the value of attribute theme_favicon_url.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def theme_favicon_url @theme_favicon_url end |
#theme_footer_links ⇒ ::Array[Types::ThemeFooterLink]
Returns the value of attribute theme_footer_links.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def end |
#theme_organization_logo_url ⇒ ::String
Returns the value of attribute theme_organization_logo_url.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def theme_organization_logo_url @theme_organization_logo_url end |
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def theme_styling @theme_styling end |
#theme_title_text ⇒ ::String
Returns the value of attribute theme_title_text.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def theme_title_text @theme_title_text end |