Class: Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverrideTags

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 analysis IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idsArray<String>

A list of analysis IDs that you want to apply overrides to. You can use ‘*` to override all analyses in this asset bundle.

Returns:

  • (Array<String>)


1373
1374
1375
1376
1377
1378
# File 'lib/aws-sdk-quicksight/types.rb', line 1373

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

#tagsArray<Types::Tag>

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

Returns:



1373
1374
1375
1376
1377
1378
# File 'lib/aws-sdk-quicksight/types.rb', line 1373

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