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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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)


6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6812

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