Class: Aws::Types::UpdateThemeForStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemeForStackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_delete ⇒ ::Array[("FOOTER_LINKS")]
Returns the value of attribute attributes_to_delete.
-
#favicon_s3_location ⇒ Types::S3Location
Returns the value of attribute favicon_s3_location.
-
#footer_links ⇒ ::Array[Types::ThemeFooterLink]
Returns the value of attribute footer_links.
-
#organization_logo_s3_location ⇒ Types::S3Location
Returns the value of attribute organization_logo_s3_location.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
-
#title_text ⇒ ::String
Returns the value of attribute title_text.
Instance Attribute Details
#attributes_to_delete ⇒ ::Array[("FOOTER_LINKS")]
Returns the value of attribute attributes_to_delete.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def attributes_to_delete @attributes_to_delete end |
#favicon_s3_location ⇒ Types::S3Location
Returns the value of attribute favicon_s3_location.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def favicon_s3_location @favicon_s3_location end |
#footer_links ⇒ ::Array[Types::ThemeFooterLink]
Returns the value of attribute footer_links.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def @footer_links end |
#organization_logo_s3_location ⇒ Types::S3Location
Returns the value of attribute organization_logo_s3_location.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def organization_logo_s3_location @organization_logo_s3_location end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def stack_name @stack_name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def state @state end |
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def theme_styling @theme_styling end |
#title_text ⇒ ::String
Returns the value of attribute title_text.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def title_text @title_text end |