Class: Aws::QuickSight::Types::DescribeTemplateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateAliasRequest
- 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 of the template alias that you want to describe.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template alias that you're describing.
-
#template_id ⇒ String
The ID for the template.
Instance Attribute Details
#alias_name ⇒ String
The name of the template alias 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.
12036 12037 12038 12039 12040 12041 12042 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12036 class DescribeTemplateAliasRequest < 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 template alias that you're describing.
12036 12037 12038 12039 12040 12041 12042 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12036 class DescribeTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
12036 12037 12038 12039 12040 12041 12042 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12036 class DescribeTemplateAliasRequest < Struct.new( :aws_account_id, :template_id, :alias_name) SENSITIVE = [] include Aws::Structure end |