Class: Aws::QuickSight::Types::UpdateThemeAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The name of the theme alias that you want to update.

Returns:

  • (String)


31693
31694
31695
31696
31697
31698
31699
31700
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31693

class UpdateThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the theme alias that you're updating.

Returns:

  • (String)


31693
31694
31695
31696
31697
31698
31699
31700
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31693

class UpdateThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID for the theme.

Returns:

  • (String)


31693
31694
31695
31696
31697
31698
31699
31700
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31693

class UpdateThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#theme_version_numberInteger

The version number of the theme that the alias should reference.

Returns:

  • (Integer)


31693
31694
31695
31696
31697
31698
31699
31700
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31693

class UpdateThemeAliasRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :alias_name,
  :theme_version_number)
  SENSITIVE = []
  include Aws::Structure
end