Class: Aws::QuickSight::Types::TemplateAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateAlias
- Includes:
- Structure
- Defined in:
- 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.
30423 30424 30425 30426 30427 30428 30429 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30423 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.
30423 30424 30425 30426 30427 30428 30429 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30423 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.
30423 30424 30425 30426 30427 30428 30429 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30423 class TemplateAlias < Struct.new( :alias_name, :arn, :template_version_number) SENSITIVE = [] include Aws::Structure end |