Class: Aws::QuickSight::Types::CreateTemplateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTemplateAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name that you want to give to the template alias that you’re creating.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
-
#template_id ⇒ String
An ID for the template.
-
#template_version_number ⇒ Integer
The version number of the template.
Instance Attribute Details
#alias_name ⇒ String
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.
6825 6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6825 class CreateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
6825 6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6825 class CreateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template.
6825 6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6825 class CreateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#template_version_number ⇒ Integer
The version number of the template.
6825 6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6825 class CreateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |