Class: Aws::QuickSight::Types::DeleteTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services 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 Amazon Web Services account that contains the template that you're deleting.
8916 8917 8918 8919 8920 8921 8922 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8916 class DeleteTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template you want to delete.
8916 8917 8918 8919 8920 8921 8922 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8916 class DeleteTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#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.
8916 8917 8918 8919 8920 8921 8922 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8916 class DeleteTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number) SENSITIVE = [] include Aws::Structure end |