You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateThemeAliasRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  theme_id: "RestrictiveResourceId", # required
  alias_name: "AliasName", # required
  theme_version_number: 1, # required
}

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)

    The name that you want to give to the theme alias that you are creating.

#aws_account_idString

The ID of the AWS account that contains the theme for the new theme alias.

Returns:

  • (String)

    The ID of the AWS account that contains the theme for the new theme alias.

#theme_idString

An ID for the theme alias.

Returns:

  • (String)

    An ID for the theme alias.

#theme_version_numberInteger

The version number of the theme.

Returns:

  • (Integer)

    The version number of the theme.