Class: Aws::QuickSight::Types::UpdateTemplateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTemplateAliasRequest
- 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 alias of the template that you want to update.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template alias that you're updating.
-
#template_id ⇒ String
The ID for the template.
-
#template_version_number ⇒ Integer
The version number of the template.
Instance Attribute Details
#alias_name ⇒ String
The alias of the template that you want to update. If you name a
specific alias, you update the version that the alias points to. You
can specify the latest version of the template by providing the
keyword $LATEST
in the AliasName
parameter. The keyword
$PUBLISHED
doesn't apply to templates.
37176 37177 37178 37179 37180 37181 37182 37183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37176 class UpdateTemplateAliasRequest < 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 alias that you're updating.
37176 37177 37178 37179 37180 37181 37182 37183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37176 class UpdateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
37176 37177 37178 37179 37180 37181 37182 37183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37176 class UpdateTemplateAliasRequest < 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.
37176 37177 37178 37179 37180 37181 37182 37183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37176 class UpdateTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name, :template_version_number) SENSITIVE = [] include Aws::Structure end |