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

Inherits:
Struct
  • Object
show all
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

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>)


1529
1530
1531
1532
1533
1534
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1529

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:



1529
1530
1531
1532
1533
1534
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1529

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