Class: Aws::Connect::Types::TaskTemplateField

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

Overview

Describes a single task template field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the field.

Returns:

  • (String)


18780
18781
18782
18783
18784
18785
18786
18787
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18780

class TaskTemplateField < Struct.new(
  :id,
  :description,
  :type,
  :single_select_options)
  SENSITIVE = []
  include Aws::Structure
end

#idTypes::TaskTemplateFieldIdentifier

The unique identifier for the field.



18780
18781
18782
18783
18784
18785
18786
18787
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18780

class TaskTemplateField < Struct.new(
  :id,
  :description,
  :type,
  :single_select_options)
  SENSITIVE = []
  include Aws::Structure
end

#single_select_optionsArray<String>

A list of options for a single select field.

Returns:

  • (Array<String>)


18780
18781
18782
18783
18784
18785
18786
18787
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18780

class TaskTemplateField < Struct.new(
  :id,
  :description,
  :type,
  :single_select_options)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Indicates the type of field.

Returns:

  • (String)


18780
18781
18782
18783
18784
18785
18786
18787
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18780

class TaskTemplateField < Struct.new(
  :id,
  :description,
  :type,
  :single_select_options)
  SENSITIVE = []
  include Aws::Structure
end