Class: Aws::QuickSight::Types::AssetBundleImportJobOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobOverridePermissions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains the override permission configurations that modify the permissions for specified resources before the resource is imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyses ⇒ Array<Types::AssetBundleImportJobAnalysisOverridePermissions>
A list of permissions overrides for any ‘Analysis` resources that are present in the asset bundle that is imported.
-
#dashboards ⇒ Array<Types::AssetBundleImportJobDashboardOverridePermissions>
A list of permissions overrides for any ‘Dashboard` resources that are present in the asset bundle that is imported.
-
#data_sets ⇒ Array<Types::AssetBundleImportJobDataSetOverridePermissions>
A list of permissions overrides for any ‘DataSet` resources that are present in the asset bundle that is imported.
-
#data_sources ⇒ Array<Types::AssetBundleImportJobDataSourceOverridePermissions>
A list of permissions overrides for any ‘DataSource` resources that are present in the asset bundle that is imported.
-
#themes ⇒ Array<Types::AssetBundleImportJobThemeOverridePermissions>
A list of permissions overrides for any ‘Theme` resources that are present in the asset bundle that is imported.
Instance Attribute Details
#analyses ⇒ Array<Types::AssetBundleImportJobAnalysisOverridePermissions>
A list of permissions overrides for any ‘Analysis` resources that are present in the asset bundle that is imported.
1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1756 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards) SENSITIVE = [] include Aws::Structure end |
#dashboards ⇒ Array<Types::AssetBundleImportJobDashboardOverridePermissions>
A list of permissions overrides for any ‘Dashboard` resources that are present in the asset bundle that is imported.
1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1756 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards) SENSITIVE = [] include Aws::Structure end |
#data_sets ⇒ Array<Types::AssetBundleImportJobDataSetOverridePermissions>
A list of permissions overrides for any ‘DataSet` resources that are present in the asset bundle that is imported.
1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1756 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::AssetBundleImportJobDataSourceOverridePermissions>
A list of permissions overrides for any ‘DataSource` resources that are present in the asset bundle that is imported.
1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1756 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards) SENSITIVE = [] include Aws::Structure end |
#themes ⇒ Array<Types::AssetBundleImportJobThemeOverridePermissions>
A list of permissions overrides for any ‘Theme` resources that are present in the asset bundle that is imported.
1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1756 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards) SENSITIVE = [] include Aws::Structure end |