Class: Aws::QuickSight::Types::AssetBundleImportJobOverrideTags

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A structure that contains the override tag configuration that modify the tags that are assigned to specified resources before the resource is imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysesArray<Types::AssetBundleImportJobAnalysisOverrideTags>

A list of tag overrides for any Analysis resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end

#dashboardsArray<Types::AssetBundleImportJobDashboardOverrideTags>

A list of tag overrides for any Dashboard resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end

#data_setsArray<Types::AssetBundleImportJobDataSetOverrideTags>

A list of tag overrides for any DataSet resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesArray<Types::AssetBundleImportJobDataSourceOverrideTags>

A list of tag overrides for any DataSource resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end

#themesArray<Types::AssetBundleImportJobThemeOverrideTags>

A list of tag overrides for any Theme resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connectionsArray<Types::AssetBundleImportJobVPCConnectionOverrideTags>

A list of tag overrides for any VPCConnection resources that are present in the asset bundle that is imported.



1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1696

class AssetBundleImportJobOverrideTags < Struct.new(
  :vpc_connections,
  :data_sources,
  :data_sets,
  :themes,
  :analyses,
  :dashboards)
  SENSITIVE = []
  include Aws::Structure
end