Class: Aws::Connect::Types::TaskTemplateConstraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskTemplateConstraints
- 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
-
#invisible_fields ⇒ Array<Types::InvisibleFieldInfo>
Lists the fields that are invisible to agents.
-
#read_only_fields ⇒ Array<Types::ReadOnlyFieldInfo>
Lists the fields that are read-only to agents, and cannot be edited.
-
#required_fields ⇒ Array<Types::RequiredFieldInfo>
Lists the fields that are required to be filled by agents.
Instance Attribute Details
#invisible_fields ⇒ Array<Types::InvisibleFieldInfo>
Lists the fields that are invisible to agents.
20853 20854 20855 20856 20857 20858 20859 |
# File 'lib/aws-sdk-connect/types.rb', line 20853 class TaskTemplateConstraints < Struct.new( :required_fields, :read_only_fields, :invisible_fields) SENSITIVE = [] include Aws::Structure end |
#read_only_fields ⇒ Array<Types::ReadOnlyFieldInfo>
Lists the fields that are read-only to agents, and cannot be edited.
20853 20854 20855 20856 20857 20858 20859 |
# File 'lib/aws-sdk-connect/types.rb', line 20853 class TaskTemplateConstraints < Struct.new( :required_fields, :read_only_fields, :invisible_fields) SENSITIVE = [] include Aws::Structure end |
#required_fields ⇒ Array<Types::RequiredFieldInfo>
Lists the fields that are required to be filled by agents.
20853 20854 20855 20856 20857 20858 20859 |
# File 'lib/aws-sdk-connect/types.rb', line 20853 class TaskTemplateConstraints < Struct.new( :required_fields, :read_only_fields, :invisible_fields) SENSITIVE = [] include Aws::Structure end |