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
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. -
#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
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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1887 class AssetBundleImportJobOverridePermissions < Struct.new( :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) SENSITIVE = [] include Aws::Structure end |