Class: Aws::Types::CreateThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThemeRequest
- 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.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def aws_account_id @aws_account_id end |
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def base_theme_id @base_theme_id end |
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def @permissions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def @tags end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def theme_id @theme_id end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def version_description @version_description end |