Class: Aws::Types::CreateThemeForStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThemeForStackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
-
#title_text ⇒ ::String
Returns the value of attribute title_text.
Instance Attribute Details
#favicon_s3_location ⇒ Types::S3Location
Returns the value of attribute favicon_s3_location.
515 516 517 |
# File 'sig/types.rbs', line 515 def favicon_s3_location @favicon_s3_location end |
#footer_links ⇒ ::Array[Types::ThemeFooterLink]
Returns the value of attribute footer_links.
511 512 513 |
# File 'sig/types.rbs', line 511 def end |
#organization_logo_s3_location ⇒ Types::S3Location
Returns the value of attribute organization_logo_s3_location.
514 515 516 |
# File 'sig/types.rbs', line 514 def organization_logo_s3_location @organization_logo_s3_location end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
510 511 512 |
# File 'sig/types.rbs', line 510 def stack_name @stack_name end |
#theme_styling ⇒ "LIGHT_BLUE", ...
Returns the value of attribute theme_styling.
513 514 515 |
# File 'sig/types.rbs', line 513 def theme_styling @theme_styling end |
#title_text ⇒ ::String
Returns the value of attribute title_text.
512 513 514 |
# File 'sig/types.rbs', line 512 def title_text @title_text end |