Class: Aws::Types::AssetBundleImportJobThemeOverridePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobThemeOverridePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
-
#theme_ids ⇒ ::Array[::String]
Returns the value of attribute theme_ids.
Instance Attribute Details
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
670 671 672 |
# File 'sig/types.rbs', line 670 def @permissions end |
#theme_ids ⇒ ::Array[::String]
Returns the value of attribute theme_ids.
669 670 671 |
# File 'sig/types.rbs', line 669 def theme_ids @theme_ids end |