Class: Aws::QuickSight::Types::AssetBundleImportJobFolderOverrideTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobFolderOverrideTags
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An object that contains a list of tags to be assigned to a list of folder IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folder_ids ⇒ Array<String>
A list of folder IDs that you want to apply overrides to.
-
#tags ⇒ Array<Types::Tag>
A list of tags for the folders that you want to apply overrides to.
Instance Attribute Details
#folder_ids ⇒ Array<String>
A list of folder IDs that you want to apply overrides to. You can
use * to override all folders in this asset bundle.
2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2145 class AssetBundleImportJobFolderOverrideTags < Struct.new( :folder_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags for the folders that you want to apply overrides to.
2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2145 class AssetBundleImportJobFolderOverrideTags < Struct.new( :folder_ids, :tags) SENSITIVE = [] include Aws::Structure end |