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

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 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)


5955
5956
5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5955

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)


5955
5956
5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5955

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)


5955
5956
5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5955

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)


5955
5956
5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5955

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