Class: Aws::QuickSight::Types::UpdateTemplateAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name ⇒ String

The alias of the template that you want to update. If you name a specific alias, you update 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)


51627
51628
51629
51630
51631
51632
51633
51634
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51627

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

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the template alias that you're updating.

Returns:

  • (String)


51627
51628
51629
51630
51631
51632
51633
51634
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51627

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

#template_id ⇒ String

The ID for the template.

Returns:

  • (String)


51627
51628
51629
51630
51631
51632
51633
51634
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51627

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

#template_version_number ⇒ Integer

The version number of the template.

Returns:

  • (Integer)


51627
51628
51629
51630
51631
51632
51633
51634
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51627

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