Class: Aws::QuickSight::Types::CreateThemeAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateThemeAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name that you want to give to the theme alias that you are creating.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
-
#theme_id ⇒ String
An ID for the theme alias.
-
#theme_version_number ⇒ Integer
The version number of the theme.
Instance Attribute Details
#alias_name ⇒ String
The name that you want to give to the theme alias that you are creating. The alias name can’t begin with a ‘$`. Alias names that start with `$` are reserved by Amazon QuickSight.
7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7021 class CreateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7021 class CreateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
An ID for the theme alias.
7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7021 class CreateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#theme_version_number ⇒ Integer
The version number of the theme.
7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7021 class CreateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |