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

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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