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.
531 532 533 |
# File 'sig/types.rbs', line 531 def data_set_ids @data_set_ids end |
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
532 533 534 |
# File 'sig/types.rbs', line 532 def @permissions end |