Class: Aws::QuickSight::Types::CreateTemplateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTemplateAliasRequest
- Defined in:
- gems/aws-sdk-quicksight/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.
6417 6418 6419 6420 6421 6422 6423 6424 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6417 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.
6417 6418 6419 6420 6421 6422 6423 6424 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6417 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.
6417 6418 6419 6420 6421 6422 6423 6424 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6417 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.
6417 6418 6419 6420 6421 6422 6423 6424 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6417 class CreateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |