Class: Aws::QuickSight::Types::CreateThemeAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

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.

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'lib/aws-sdk-quicksight/types.rb', line 6477

class CreateThemeAliasRequest < 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 for the new theme alias.

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'lib/aws-sdk-quicksight/types.rb', line 6477

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

#theme_idString

An ID for the theme alias.

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'lib/aws-sdk-quicksight/types.rb', line 6477

class CreateThemeAliasRequest < 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.

Returns:

  • (Integer)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'lib/aws-sdk-quicksight/types.rb', line 6477

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