Class: Aws::Types::AssetBundleImportJobThemeOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobThemeOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
704 705 706 |
# File 'sig/types.rbs', line 704 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
703 704 705 |
# File 'sig/types.rbs', line 703 def theme_id @theme_id end |