Class: Aws::Connect::Types::TaskTemplateInfoV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskTemplateInfoV2
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the task template used to create this contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the task template used to create this contact.
-
#name ⇒ String
The name of the task template used to create this contact.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the task template used to create this contact.
25371 25372 25373 25374 25375 25376 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25371 class TaskTemplateInfoV2 < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the task template used to create this contact.
25371 25372 25373 25374 25375 25376 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25371 class TaskTemplateInfoV2 < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |