Class: Aws::QuickSight::Types::DeleteTemplateAliasRequest

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_nameString

The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

Returns:

  • (String)


9842
9843
9844
9845
9846
9847
9848
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9842

class DeleteTemplateAliasRequest < 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 item to delete.

Returns:

  • (String)


9842
9843
9844
9845
9846
9847
9848
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9842

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

#template_idString

The ID for the template that the specified alias is for.

Returns:

  • (String)


9842
9843
9844
9845
9846
9847
9848
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9842

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