Class: Aws::QuickSight::Types::UpdateThemeAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemeAliasRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass UpdateThemeAliasRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
theme_id: "RestrictiveResourceId", # required
alias_name: "AliasName", # required
theme_version_number: 1, # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name of the theme alias that you want to update.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme alias that you're updating.
-
#theme_id ⇒ String
The ID for the theme.
-
#theme_version_number ⇒ Integer
The version number of the theme that the alias should reference.
Instance Attribute Details
#alias_name ⇒ String
The name of the theme alias that you want to update.
14912 14913 14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14912 class UpdateThemeAliasRequest < 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 alias that you're updating.
14912 14913 14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14912 class UpdateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID for the theme.
14912 14913 14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14912 class UpdateThemeAliasRequest < 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 that the alias should reference.
14912 14913 14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14912 class UpdateThemeAliasRequest < Struct.new( :aws_account_id, :theme_id, :alias_name, :theme_version_number) SENSITIVE = [] include Aws::Structure end |