Method: Aws::QuickSight::Types::DescribeTemplateDefinitionRequest#alias_name
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#alias_name ⇒ String
The alias of the template that you want to describe. If you name a specific alias, you describe 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.
14444 14445 14446 14447 14448 14449 14450 14451 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14444 class DescribeTemplateDefinitionRequest < Struct.new( :aws_account_id, :template_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |