Class: Aws::Types::AssetBundleImportJobDataSetOverridePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDataSetOverridePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_ids ⇒ ::Array[::String]
Returns the value of attribute data_set_ids.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
Instance Attribute Details
#data_set_ids ⇒ ::Array[::String]
Returns the value of attribute data_set_ids.
568 569 570 |
# File 'sig/types.rbs', line 568 def data_set_ids @data_set_ids end |
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
569 570 571 |
# File 'sig/types.rbs', line 569 def @permissions end |