Class: Aws::QuickSight::Types::DescribeTemplateAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The name of the template alias that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword ‘$LATEST` in the `AliasName` parameter. The keyword `$PUBLISHED` doesn’t apply to templates.

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
# File 'lib/aws-sdk-quicksight/types.rb', line 12113

class DescribeTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the template alias that you’re describing.

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
# File 'lib/aws-sdk-quicksight/types.rb', line 12113

class DescribeTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID for the template.

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
# File 'lib/aws-sdk-quicksight/types.rb', line 12113

class DescribeTemplateAliasRequest < Struct.new(
  :aws_account_id,
  :template_id,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end