Class: Aws::Types::AssetBundleImportJobTopicV2OverridePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobTopicV2OverridePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
-
#topic_ids ⇒ ::Array[::String]
Returns the value of attribute topic_ids.
Instance Attribute Details
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
729 730 731 |
# File 'sig/types.rbs', line 729 def @permissions end |
#topic_ids ⇒ ::Array[::String]
Returns the value of attribute topic_ids.
728 729 730 |
# File 'sig/types.rbs', line 728 def topic_ids @topic_ids end |