Class: Aws::Connect::Types::EvaluationReviewRequestComment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationReviewRequestComment
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A comment provided when requesting an evaluation review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The text content of the review request comment.
-
#created_by ⇒ String
The user who created the review request comment.
-
#created_time ⇒ Time
The timestamp when the review request comment was created.
Instance Attribute Details
#comment ⇒ String
The text content of the review request comment.
13213 13214 13215 13216 13217 13218 13219 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13213 class EvaluationReviewRequestComment < Struct.new( :comment, :created_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the review request comment.
13213 13214 13215 13216 13217 13218 13219 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13213 class EvaluationReviewRequestComment < Struct.new( :comment, :created_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The timestamp when the review request comment was created.
13213 13214 13215 13216 13217 13218 13219 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13213 class EvaluationReviewRequestComment < Struct.new( :comment, :created_time, :created_by) SENSITIVE = [] include Aws::Structure end |