Class: Aws::Connect::Types::TaskTemplateConstraints

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

Overview

Describes constraints that apply to the template fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invisible_fieldsArray<Types::InvisibleFieldInfo>

Lists the fields that are invisible to agents.

Returns:



18185
18186
18187
18188
18189
18190
18191
# File 'lib/aws-sdk-connect/types.rb', line 18185

class TaskTemplateConstraints < Struct.new(
  :required_fields,
  :read_only_fields,
  :invisible_fields)
  SENSITIVE = []
  include Aws::Structure
end

#read_only_fieldsArray<Types::ReadOnlyFieldInfo>

Lists the fields that are read-only to agents, and cannot be edited.

Returns:



18185
18186
18187
18188
18189
18190
18191
# File 'lib/aws-sdk-connect/types.rb', line 18185

class TaskTemplateConstraints < Struct.new(
  :required_fields,
  :read_only_fields,
  :invisible_fields)
  SENSITIVE = []
  include Aws::Structure
end

#required_fieldsArray<Types::RequiredFieldInfo>

Lists the fields that are required to be filled by agents.

Returns:



18185
18186
18187
18188
18189
18190
18191
# File 'lib/aws-sdk-connect/types.rb', line 18185

class TaskTemplateConstraints < Struct.new(
  :required_fields,
  :read_only_fields,
  :invisible_fields)
  SENSITIVE = []
  include Aws::Structure
end