Class: Aws::Connect::Types::DeleteTaskTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteTaskTemplateRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#task_template_id ⇒ String
A unique identifier for the task template.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10276 class DeleteTaskTemplateRequest < Struct.new( :instance_id, :task_template_id) SENSITIVE = [] include Aws::Structure end |
#task_template_id ⇒ String
A unique identifier for the task template.
10276 10277 10278 10279 10280 10281 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10276 class DeleteTaskTemplateRequest < Struct.new( :instance_id, :task_template_id) SENSITIVE = [] include Aws::Structure end |