You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  template_id: "RestrictiveResourceId", # required
  version_number: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the AWS account that contains the template that you\'re deleting.

Returns:

  • (String)

    The ID of the AWS account that contains the template that you\'re deleting.

#template_idString

An ID for the template you want to delete.

Returns:

  • (String)

    An ID for the template you want to delete.

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

    Specifies the version of the template that you want to delete.