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. -
#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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) 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.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2304 class AssetBundleImportJobOverrideTags < Struct.new( :vpc_connections, :data_sources, :data_sets, :themes, :analyses, :dashboards, :folders) SENSITIVE = [] include Aws::Structure end |