class Aws::Connect::Types::TaskTemplateConstraints
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TaskTemplateConstraints AWS API Documentation
@return [Array<Types::InvisibleFieldInfo>]
Lists the fields that are invisible to agents.
@!attribute [rw] invisible_fields
@return [Array<Types::ReadOnlyFieldInfo>]
Lists the fields that are read-only to agents, and cannot be edited.
@!attribute [rw] read_only_fields
@return [Array<Types::RequiredFieldInfo>]
Lists the fields that are required to be filled by agents.
@!attribute [rw] required_fields
}
],
},
},
name: “TaskTemplateFieldName”,
id: {
{
invisible_fields: [
],
},
},
name: “TaskTemplateFieldName”,
id: {
{
read_only_fields: [
],
},
},
name: “TaskTemplateFieldName”,
id: {
{
required_fields: [
{
data as a hash:
@note When making an API call, you may pass TaskTemplateConstraints
Describes constraints that apply to the template fields.