Class: Aws::QuickSight::Types::AssetBundleImportJobThemeOverrideTags

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

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

Returns:



1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-quicksight/types.rb', line 1968

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

#theme_idsArray<String>

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

Returns:

  • (Array<String>)


1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-quicksight/types.rb', line 1968

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