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.
664 665 666 |
# File 'sig/types.rbs', line 664 def name @name end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def theme_id @theme_id end |