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)


1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1787

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)


1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1787

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