Class: Aws::QuickSight::Types::TemplateAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateAlias
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The template alias.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The display name of the template alias.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the template alias.
-
#template_version_number ⇒ Integer
The version number of the template alias.
Instance Attribute Details
#alias_name ⇒ String
The display name of the template alias.
31908 31909 31910 31911 31912 31913 31914 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31908 class TemplateAlias < Struct.new( :alias_name, :arn, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the template alias.
31908 31909 31910 31911 31912 31913 31914 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31908 class TemplateAlias < Struct.new( :alias_name, :arn, :template_version_number) SENSITIVE = [] include Aws::Structure end |
#template_version_number ⇒ Integer
The version number of the template alias.
31908 31909 31910 31911 31912 31913 31914 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31908 class TemplateAlias < Struct.new( :alias_name, :arn, :template_version_number) SENSITIVE = [] include Aws::Structure end |