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.
511 512 513 |
# File 'sig/types.rbs', line 511 def dashboard_ids @dashboard_ids end |
#link_sharing_configuration ⇒ Types::AssetBundleResourceLinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
513 514 515 |
# File 'sig/types.rbs', line 513 def link_sharing_configuration @link_sharing_configuration end |
#permissions ⇒ Types::AssetBundleResourcePermissions
Returns the value of attribute permissions.
512 513 514 |
# File 'sig/types.rbs', line 512 def @permissions end |