Class: Aws::QuickSight::Types::CreateTemplateAliasRequest

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 template alias that you’re creating. Don’t start the alias name with the ‘$` character. Alias names that start with `$` are reserved by Amazon QuickSight.

Returns:

  • (String)


5781
5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-quicksight/types.rb', line 5781

class CreateTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the template that you creating an alias for.

Returns:

  • (String)


5781
5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-quicksight/types.rb', line 5781

class CreateTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

An ID for the template.

Returns:

  • (String)


5781
5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-quicksight/types.rb', line 5781

class CreateTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#template_version_numberInteger

The version number of the template.

Returns:

  • (Integer)


5781
5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-quicksight/types.rb', line 5781

class CreateTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end