Class: Aws::Connect::Types::EvaluationFormVersionSummary

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

Overview

Summary information about an 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)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the evaluation form was created.

Returns:

  • (Time)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_arnString

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

Returns:

  • (String)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_versionInteger

A version of the evaluation form.

Returns:

  • (Integer)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

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

Returns:

  • (String)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp for when the evaluation form was last updated.

Returns:

  • (Time)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#lockedBoolean

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

Returns:

  • (Boolean)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the evaluation form.

Returns:

  • (String)


9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9561

class EvaluationFormVersionSummary < Struct.new(
  :evaluation_form_arn,
  :evaluation_form_id,
  :evaluation_form_version,
  :locked,
  :status,
  :created_time,
  :created_by,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end