Class: Aws::Connect::Types::TaskTemplateInfoV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskTemplateInfoV2
- Includes:
- Structure
- Defined in:
- 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.
31944 31945 31946 31947 31948 31949 |
# File 'lib/aws-sdk-connect/types.rb', line 31944 class TaskTemplateInfoV2 < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the task template used to create this contact.
31944 31945 31946 31947 31948 31949 |
# File 'lib/aws-sdk-connect/types.rb', line 31944 class TaskTemplateInfoV2 < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |