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)


32172
32173
32174
32175
32176
32177
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32172

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)


32172
32173
32174
32175
32176
32177
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32172

class TaskTemplateInfoV2 < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end