Class: Aws::QuickSight::Types::AssetBundleImportJobDashboardOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDashboardOverridePermissions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An object that contains a list of permissions to be applied to a list of dashboard IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_ids ⇒ Array<String>
A list of dashboard IDs that you want to apply overrides to.
-
#link_sharing_configuration ⇒ Types::AssetBundleResourceLinkSharingConfiguration
A structure that contains the link sharing configurations that you want to apply overrides to.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the dashboards that you want to apply overrides to.
Instance Attribute Details
#dashboard_ids ⇒ Array<String>
A list of dashboard IDs that you want to apply overrides to. You can use ‘*` to override all dashboards in this asset bundle.
1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1466 class AssetBundleImportJobDashboardOverridePermissions < Struct.new( :dashboard_ids, :permissions, :link_sharing_configuration) SENSITIVE = [] include Aws::Structure end |
#link_sharing_configuration ⇒ Types::AssetBundleResourceLinkSharingConfiguration
A structure that contains the link sharing configurations that you want to apply overrides to.
1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1466 class AssetBundleImportJobDashboardOverridePermissions < Struct.new( :dashboard_ids, :permissions, :link_sharing_configuration) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the dashboards that you want to apply overrides to.
1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1466 class AssetBundleImportJobDashboardOverridePermissions < Struct.new( :dashboard_ids, :permissions, :link_sharing_configuration) SENSITIVE = [] include Aws::Structure end |