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.
10734 10735 10736 10737 10738 10739 10740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10734 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.
10734 10735 10736 10737 10738 10739 10740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10734 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.
10734 10735 10736 10737 10738 10739 10740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10734 class DeleteTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |