Class: Aws::Types::AssetBundleImportJobFolderOverridePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobFolderOverridePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#folder_ids ⇒ ::Array[::String]
Returns the value of attribute folder_ids.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
Instance Attribute Details
#folder_ids ⇒ ::Array[::String]
Returns the value of attribute folder_ids.
591 592 593 |
# File 'sig/types.rbs', line 591 def folder_ids @folder_ids end |
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
592 593 594 |
# File 'sig/types.rbs', line 592 def @permissions end |