GetTaskTemplateResult

data class GetTaskTemplateResult(val arn: String? = null, val clientToken: String? = null, val constraints: ConstraintsProperties? = null, val contactFlowArn: String? = null, val defaults: List<TaskTemplateDefaultFieldValue>? = null, val description: String? = null, val fields: List<TaskTemplateField>? = null, val instanceArn: String? = null, val name: String? = null, val status: TaskTemplateStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, clientToken: String? = null, constraints: ConstraintsProperties? = null, contactFlowArn: String? = null, defaults: List<TaskTemplateDefaultFieldValue>? = null, description: String? = null, fields: List<TaskTemplateField>? = null, instanceArn: String? = null, name: String? = null, status: TaskTemplateStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The identifier (arn) of the task template.

Link copied to clipboard
val clientToken: String? = null

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

The constraints for the task template

Link copied to clipboard
val contactFlowArn: String? = null

The identifier of the contact flow.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

The description of the task template.

Link copied to clipboard

The list of task template's fields

Link copied to clipboard
val instanceArn: String? = null

The identifier (arn) of the instance.

Link copied to clipboard
val name: String? = null

The name of the task template.

Link copied to clipboard

The status of the task template.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.