Class: Aws::Types::AssetBundleImportJobDashboardOverridePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDashboardOverridePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_ids ⇒ ::Array[::String]
Returns the value of attribute dashboard_ids.
-
#link_sharing_configuration ⇒ Types::AssetBundleResourceLinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
Instance Attribute Details
#dashboard_ids ⇒ ::Array[::String]
Returns the value of attribute dashboard_ids.
548 549 550 |
# File 'sig/types.rbs', line 548 def dashboard_ids @dashboard_ids end |
#link_sharing_configuration ⇒ Types::AssetBundleResourceLinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
550 551 552 |
# File 'sig/types.rbs', line 550 def link_sharing_configuration @link_sharing_configuration end |
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
549 550 551 |
# File 'sig/types.rbs', line 549 def @permissions end |