Class: Aws::QuickSight::Types::DeleteTemplateRequest

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

#aws_account_idString

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

Returns:

  • (String)


10181
10182
10183
10184
10185
10186
10187
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10181

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

#template_idString

An ID for the template you want to delete.

Returns:

  • (String)


10181
10182
10183
10184
10185
10186
10187
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10181

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

#version_numberInteger

Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.

Returns:

  • (Integer)


10181
10182
10183
10184
10185
10186
10187
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10181

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