Class: Aws::QuickSight::Types::TemplateAlias

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The template alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The display name of the template alias.

Returns:

  • (String)


29118
29119
29120
29121
29122
29123
29124
# File 'lib/aws-sdk-quicksight/types.rb', line 29118

class TemplateAlias < Struct.new(
  :alias_name,
  :arn,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the template alias.

Returns:

  • (String)


29118
29119
29120
29121
29122
29123
29124
# File 'lib/aws-sdk-quicksight/types.rb', line 29118

class TemplateAlias < Struct.new(
  :alias_name,
  :arn,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#template_version_numberInteger

The version number of the template alias.

Returns:

  • (Integer)


29118
29119
29120
29121
29122
29123
29124
# File 'lib/aws-sdk-quicksight/types.rb', line 29118

class TemplateAlias < Struct.new(
  :alias_name,
  :arn,
  :template_version_number)
  SENSITIVE = []
  include Aws::Structure
end