Class: Aws::Connect::Types::EvaluationFormSummary

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

Overview

Summary information about an evaluation form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_versionInteger

The version of the active evaluation form version.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

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



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the evaluation form was created.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_arnString

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



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_idString

The unique identifier for the evaluation form.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#last_activated_byString

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



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#last_activated_timeTime

The timestamp for when the evaluation form was last activated.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

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



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp for when the evaluation form was last updated.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionInteger

The version number of the latest evaluation form version.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A title of the evaluation form.



12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
# File 'lib/aws-sdk-connect/types.rb', line 12687

class EvaluationFormSummary < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :title,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :last_activated_time,
  :last_activated_by,
  :latest_version,
  :active_version)
  SENSITIVE = []
  include Aws::Structure
end