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.
710 711 712 |
# File 'sig/types.rbs', line 710 def @permissions end |
#theme_ids ⇒ ::Array[::String]
Returns the value of attribute theme_ids.
709 710 711 |
# File 'sig/types.rbs', line 709 def theme_ids @theme_ids end |