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.
2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2063 class AssetBundleImportJobThemeOverrideParameters < Struct.new( :theme_id, :name) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID of the theme to apply overrides to.
2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2063 class AssetBundleImportJobThemeOverrideParameters < Struct.new( :theme_id, :name) SENSITIVE = [] include Aws::Structure end |