Class: Aws::Connect::Types::EvaluationForm

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

Overview

Information about the evaluation form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byString

The Amazon Resource Name (ARN) of the user who created the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the evaluation form was created.

Returns:

  • (Time)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_arnString

The Amazon Resource Name (ARN) for the evaluation form resource.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_versionInteger

A version of the evaluation form.

Returns:

  • (Integer)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::EvaluationFormItem>

Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

Returns:



7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The Amazon Resource Name (ARN) of the user who last updated the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp for when the evaluation form was last updated.

Returns:

  • (Time)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#lockedBoolean

The flag indicating whether the evaluation form is locked for changes.

Returns:

  • (Boolean)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

A scoring strategy of the evaluation form.



7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A title of the evaluation form.

Returns:

  • (String)


7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-connect/types.rb', line 7172

class EvaluationForm < Struct.new(
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :evaluation_form_arn,
  :title,
  :description,
  :status,
  :items,
  :scoring_strategy,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end