Class: Aws::QuickSight::Types::DeleteTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateRequest
- Includes:
- Structure
- Defined in:
- 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.
11431 11432 11433 11434 11435 11436 11437 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11431 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.
11431 11432 11433 11434 11435 11436 11437 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11431 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.
11431 11432 11433 11434 11435 11436 11437 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11431 class DeleteTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number) SENSITIVE = [] include Aws::Structure end |