Class: Aws::QuickSight::Types::DeleteTemplateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name for the template alias.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the item to delete.
-
#template_id ⇒ String
The ID for the template that the specified alias is for.
Instance Attribute Details
#alias_name ⇒ String
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword ‘$LATEST` in the `AliasName` parameter.
11374 11375 11376 11377 11378 11379 11380 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11374 class DeleteTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the item to delete.
11374 11375 11376 11377 11378 11379 11380 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11374 class DeleteTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template that the specified alias is for.
11374 11375 11376 11377 11378 11379 11380 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11374 class DeleteTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |