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)


27927
27928
27929
27930
27931
27932
27933
# File 'lib/aws-sdk-quicksight/types.rb', line 27927

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)


27927
27928
27929
27930
27931
27932
27933
# File 'lib/aws-sdk-quicksight/types.rb', line 27927

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)


27927
27928
27929
27930
27931
27932
27933
# File 'lib/aws-sdk-quicksight/types.rb', line 27927

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