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
- Struct
- Aws::QuickSight::Types::DeleteTemplateRequest
- 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
-
#aws_account_id ⇒ String
The ID of the AWS account that contains the template that you\'re deleting.
-
#template_id ⇒ String
An ID for the template you want to delete.
-
#version_number ⇒ Integer
Specifies the version of the template that you want to delete.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the AWS account that contains the template that you\'re deleting.
#template_id ⇒ String
An ID for the template you want to delete.
#version_number ⇒ Integer
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.