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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


28081
28082
28083
28084
28085
28086
28087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28081

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)


28081
28082
28083
28084
28085
28086
28087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28081

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)


28081
28082
28083
28084
28085
28086
28087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28081

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