Class: Aws::QuickSight::Types::AssetBundleImportJobOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobOverridePermissions
- Defined in:
- gems/aws-sdk-quicksight/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
Analysisresources that are present in the asset bundle that is imported. -
#dashboards ⇒ Array<Types::AssetBundleImportJobDashboardOverridePermissions>
A list of permissions overrides for any
Dashboardresources that are present in the asset bundle that is imported. -
#data_sets ⇒ Array<Types::AssetBundleImportJobDataSetOverridePermissions>
A list of permissions overrides for any
DataSetresources that are present in the asset bundle that is imported. -
#data_sources ⇒ Array<Types::AssetBundleImportJobDataSourceOverridePermissions>
A list of permissions overrides for any
DataSourceresources that are present in the asset bundle that is imported. -
#folders ⇒ Array<Types::AssetBundleImportJobFolderOverridePermissions>
A list of permissions for the folders that you want to apply overrides to.
-
#themes ⇒ Array<Types::AssetBundleImportJobThemeOverridePermissions>
A list of permissions overrides for any
Themeresources 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.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<Types::AssetBundleImportJobFolderOverridePermissions>
A list of permissions for the folders that you want to apply overrides to.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2252 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) SENSITIVE = [] include Aws::Structure end |