Class: Aws::Connect::Types::EvaluationReviewRequestComment

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

Overview

A comment provided when requesting an evaluation review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The text content of the review request comment.

Returns:

  • (String)


13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-connect/types.rb', line 13359

class EvaluationReviewRequestComment < Struct.new(
  :comment,
  :created_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the review request comment.

Returns:

  • (String)


13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-connect/types.rb', line 13359

class EvaluationReviewRequestComment < Struct.new(
  :comment,
  :created_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp when the review request comment was created.

Returns:

  • (Time)


13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-connect/types.rb', line 13359

class EvaluationReviewRequestComment < Struct.new(
  :comment,
  :created_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end