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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2058
2059
2060
2061
2062
2063
# File 'lib/aws-sdk-quicksight/types.rb', line 2058

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)


2058
2059
2060
2061
2062
2063
# File 'lib/aws-sdk-quicksight/types.rb', line 2058

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