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.
12677 12678 12679 |
# File 'sig/types.rbs', line 12677 def aws_account_id @aws_account_id end |
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
12680 12681 12682 |
# File 'sig/types.rbs', line 12680 def base_theme_id @base_theme_id end |
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
12682 12683 12684 |
# File 'sig/types.rbs', line 12682 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
12679 12680 12681 |
# File 'sig/types.rbs', line 12679 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
12678 12679 12680 |
# File 'sig/types.rbs', line 12678 def theme_id @theme_id end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
12681 12682 12683 |
# File 'sig/types.rbs', line 12681 def version_description @version_description end |