Class: Aws::Connect::Types::UpdateTaskTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsTypes::TaskTemplateConstraints

Constraints that are applicable to the fields listed.



20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_idString

The identifier of the flow that runs by default when a task is created by referencing this template.

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#defaultsTypes::TaskTemplateDefaults

The default values for fields when a task is created by referencing this template.



20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the task template.

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::TaskTemplateField>

Fields that are part of the template.

Returns:



20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the task template.

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Marks a template as ‘ACTIVE` or `INACTIVE` for a task to refer to it. Tasks can only be created from `ACTIVE` templates. If a template is marked as `INACTIVE`, then a task that refers to this template cannot be created.

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#task_template_idString

A unique identifier for the task template.

Returns:

  • (String)


20133
20134
20135
20136
20137
20138
20139
20140
20141
20142
20143
20144
20145
# File 'lib/aws-sdk-connect/types.rb', line 20133

class UpdateTaskTemplateRequest < Struct.new(
  :task_template_id,
  :instance_id,
  :name,
  :description,
  :contact_flow_id,
  :constraints,
  :defaults,
  :status,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end