Class: Aws::Connect::Types::EvaluationAcknowledgementSummary

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

Overview

Summary information about an evaluation acknowledgement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_byString

The agent who acknowledged the evaluation.

Returns:

  • (String)


12068
12069
12070
12071
12072
12073
12074
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12068

class EvaluationAcknowledgementSummary < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end

#acknowledged_timeTime

The time when an agent acknowledged the evaluation.

Returns:

  • (Time)


12068
12069
12070
12071
12072
12073
12074
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12068

class EvaluationAcknowledgementSummary < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end

#acknowledger_commentString

A comment from the agent when they confirmed they acknowledged the evaluation.

Returns:

  • (String)


12068
12069
12070
12071
12072
12073
12074
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12068

class EvaluationAcknowledgementSummary < Struct.new(
  :acknowledged_time,
  :acknowledged_by,
  :acknowledger_comment)
  SENSITIVE = []
  include Aws::Structure
end