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.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def aws_account_id @aws_account_id end |
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def base_theme_id @base_theme_id end |
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def @permissions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def @tags end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def theme_id @theme_id end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def version_description @version_description end |