Class: Aws::QuickSight::Types::AssetBundleImportJobOverrideTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobOverrideTags
- 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
-
#analyses ⇒ Array<Types::AssetBundleImportJobAnalysisOverrideTags>
A list of tag overrides for any
Analysisresources that are present in the asset bundle that is imported. -
#dashboards ⇒ Array<Types::AssetBundleImportJobDashboardOverrideTags>
A list of tag overrides for any
Dashboardresources that are present in the asset bundle that is imported. -
#data_sets ⇒ Array<Types::AssetBundleImportJobDataSetOverrideTags>
A list of tag overrides for any
DataSetresources that are present in the asset bundle that is imported. -
#data_sources ⇒ Array<Types::AssetBundleImportJobDataSourceOverrideTags>
A list of tag overrides for any
DataSourceresources that are present in the asset bundle that is imported. -
#folders ⇒ Array<Types::AssetBundleImportJobFolderOverrideTags>
A list of tag overrides for any
Folderresources that are present in the asset bundle that is imported. -
#themes ⇒ Array<Types::AssetBundleImportJobThemeOverrideTags>
A list of tag overrides for any
Themeresources that are present in the asset bundle that is imported. -
#topics_v2 ⇒ Array<Types::AssetBundleImportJobTopicV2OverrideTags>
A list of tag overrides for any
Topicresources that are present in the asset bundle that is imported. -
#vpc_connections ⇒ Array<Types::AssetBundleImportJobVPCConnectionOverrideTags>
A list of tag overrides for any
VPCConnectionresources that are present in the asset bundle that is imported.
Instance Attribute Details
#analyses ⇒ Array<Types::AssetBundleImportJobAnalysisOverrideTags>
A list of tag overrides for any Analysis resources that are
present in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#dashboards ⇒ Array<Types::AssetBundleImportJobDashboardOverrideTags>
A list of tag overrides for any Dashboard resources that are
present in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#data_sets ⇒ Array<Types::AssetBundleImportJobDataSetOverrideTags>
A list of tag overrides for any DataSet resources that are present
in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::AssetBundleImportJobDataSourceOverrideTags>
A list of tag overrides for any DataSource resources that are
present in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<Types::AssetBundleImportJobFolderOverrideTags>
A list of tag overrides for any Folder resources that are present
in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#themes ⇒ Array<Types::AssetBundleImportJobThemeOverrideTags>
A list of tag overrides for any Theme resources that are present
in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#topics_v2 ⇒ Array<Types::AssetBundleImportJobTopicV2OverrideTags>
A list of tag overrides for any Topic resources that are present
in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |
#vpc_connections ⇒ Array<Types::AssetBundleImportJobVPCConnectionOverrideTags>
A list of tag overrides for any VPCConnection resources that are
present in the asset bundle that is imported.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2706 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders, :topics_v2) SENSITIVE = [] include Aws::Structure end |