Class: Aws::Types::UpdateThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
-
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
13133 13134 13135 |
# File 'sig/types.rbs', line 13133 def aws_account_id @aws_account_id end |
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
13136 13137 13138 |
# File 'sig/types.rbs', line 13136 def base_theme_id @base_theme_id end |
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
13138 13139 13140 |
# File 'sig/types.rbs', line 13138 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
13135 13136 13137 |
# File 'sig/types.rbs', line 13135 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
13134 13135 13136 |
# File 'sig/types.rbs', line 13134 def theme_id @theme_id end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
13137 13138 13139 |
# File 'sig/types.rbs', line 13137 def version_description @version_description end |