Class: Aws::QuickSight::Types::AssetBundleImportJobThemeOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobThemeOverrideParameters
- 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
-
#name ⇒ String
A new name for the theme.
-
#theme_id ⇒ String
The ID of the theme to apply overrides to.
Instance Attribute Details
#name ⇒ String
A new name for the theme.
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_id ⇒ String
The ID of the theme to apply overrides to.
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 |