Class: Aws::QuickSight::Types::AssetBundleImportJobOverridePermissions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#analysesArray<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

#dashboardsArray<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_setsArray<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_sourcesArray<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

#themesArray<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