class Aws::Connect::Types::TaskTemplateField


@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TaskTemplateField AWS API Documentation
@return [Array<String>]
A list of options for a single select field.
@!attribute [rw] single_select_options
@return [String]
Indicates the type of field.
@!attribute [rw] type
@return [String]
The description of the field.
@!attribute [rw] description
@return [Types::TaskTemplateFieldIdentifier]
The unique identifier for the field.
@!attribute [rw] id
}
single_select_options: [“TaskTemplateSingleSelectOption”],
type: “NAME”, # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
description: “TaskTemplateFieldDescription”,
},
name: “TaskTemplateFieldName”,
id: { # required
{
data as a hash:
@note When making an API call, you may pass TaskTemplateField
Describes a single task template field.