Class: Aws::Connect::Types::TaskTemplateInfoV2

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the task template used to create this contact.

Returns:

  • (String)


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

#nameString

The name of the task template used to create this contact.

Returns:

  • (String)


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