Class: Aws::QuickSight::Types::AssetBundleImportJobDataSourceOverrideTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDataSourceOverrideTags
- 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 data source IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_ids ⇒ Array<String>
A list of data source IDs that you want to apply overrides to.
-
#tags ⇒ Array<Types::Tag>
A list of tags for the data source that you want to apply overrides to.
Instance Attribute Details
#data_source_ids ⇒ Array<String>
A list of data source IDs that you want to apply overrides to. You
can use *
to override all data sources in this asset bundle.
1663 1664 1665 1666 1667 1668 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1663 class AssetBundleImportJobDataSourceOverrideTags < Struct.new( :data_source_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags for the data source that you want to apply overrides to.
1663 1664 1665 1666 1667 1668 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1663 class AssetBundleImportJobDataSourceOverrideTags < Struct.new( :data_source_ids, :tags) SENSITIVE = [] include Aws::Structure end |