Class: Aws::QuickSight::Types::UpdateThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemeRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme that you're updating.
-
#base_theme_id ⇒ String
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
-
#configuration ⇒ Types::ThemeConfiguration
The theme configuration, which contains the theme display properties.
-
#name ⇒ String
The name for the theme.
-
#theme_id ⇒ String
The ID for the theme.
-
#version_description ⇒ String
A description of the theme version that you're updating Every time that you call
UpdateTheme
, you create a new version of the theme.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme that you're updating.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |
#base_theme_id ⇒ String
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ThemeConfiguration
The theme configuration, which contains the theme display properties.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the theme.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID for the theme.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
A description of the theme version that you're updating Every time
that you call UpdateTheme
, you create a new version of the theme.
Each version of the theme maintains a description of the version in
VersionDescription
.
37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37510 class UpdateThemeRequest < Struct.new( :aws_account_id, :theme_id, :name, :base_theme_id, :version_description, :configuration) SENSITIVE = [] include Aws::Structure end |