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

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 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)


10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-quicksight/types.rb', line 10124

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)


10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-quicksight/types.rb', line 10124

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)


10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-quicksight/types.rb', line 10124

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