Class: Aws::QuickSight::Types::AssetBundleImportJobDataSourceOverrideTags

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#data_source_idsArray<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.

Returns:

  • (Array<String>)


1635
1636
1637
1638
1639
1640
# File 'lib/aws-sdk-quicksight/types.rb', line 1635

class AssetBundleImportJobDataSourceOverrideTags < Struct.new(
  :data_source_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags for the data source that you want to apply overrides to.

Returns:



1635
1636
1637
1638
1639
1640
# File 'lib/aws-sdk-quicksight/types.rb', line 1635

class AssetBundleImportJobDataSourceOverrideTags < Struct.new(
  :data_source_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end