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

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

#aws_account_idString

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

Returns:

  • (String)


10417
10418
10419
10420
10421
10422
10423
# File 'lib/aws-sdk-quicksight/types.rb', line 10417

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)


10417
10418
10419
10420
10421
10422
10423
# File 'lib/aws-sdk-quicksight/types.rb', line 10417

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)


10417
10418
10419
10420
10421
10422
10423
# File 'lib/aws-sdk-quicksight/types.rb', line 10417

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