Class: Aws::QuickSight::Types::AssetBundleImportJobThemeOverrideParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The override parameters for a single theme that is imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A new name for the theme.

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1819

class AssetBundleImportJobThemeOverrideParameters < Struct.new(
  :theme_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID of the theme to apply overrides to.

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1819

class AssetBundleImportJobThemeOverrideParameters < Struct.new(
  :theme_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end