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

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



1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1862

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


1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1862

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