Class: Aws::Connect::Types::EvaluationAcknowledgement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationAcknowledgement
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the evaluation acknowledgement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledged_by ⇒ String
The agent who acknowledged the evaluation.
-
#acknowledged_time ⇒ Time
When the agent acknowledged the evaluation.
-
#acknowledger_comment ⇒ String
A comment from the agent when they confirmed they acknowledged the evaluation.
Instance Attribute Details
#acknowledged_by ⇒ String
The agent who acknowledged the evaluation.
12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12044 class EvaluationAcknowledgement < Struct.new( :acknowledged_time, :acknowledged_by, :acknowledger_comment) SENSITIVE = [] include Aws::Structure end |
#acknowledged_time ⇒ Time
When the agent acknowledged the evaluation.
12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12044 class EvaluationAcknowledgement < Struct.new( :acknowledged_time, :acknowledged_by, :acknowledger_comment) SENSITIVE = [] include Aws::Structure end |
#acknowledger_comment ⇒ String
A comment from the agent when they confirmed they acknowledged the evaluation.
12044 12045 12046 12047 12048 12049 12050 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12044 class EvaluationAcknowledgement < Struct.new( :acknowledged_time, :acknowledged_by, :acknowledger_comment) SENSITIVE = [] include Aws::Structure end |